Image-specific constraints delta update.

interface ImageFrameConstraintsDeltaUpdate {
    cropAllowed?: { value: boolean };
}

Properties

Properties

cropAllowed?: { value: boolean }