FrameConstraints: {
    horizontalMovementAllowed: PropertyState<boolean>;
    image?: ImageFrameConstraints;
    proportionLocked: PropertyState<boolean>;
    resizeAllowed: PropertyState<boolean>;
    rotationAllowed: PropertyState<boolean>;
    selectionAllowed: PropertyState<boolean>;
    text?: TextFrameConstraints;
    verticalMovementAllowed: PropertyState<boolean>;
}

Frame editing constraints with optional frame-type-specific sub-properties.

Type declaration