Union type for all frame positioning options.
A frame can be positioned using either absolute coordinates (IXYFrameOptions) or alignment values (IAlignmentFrameOptions).
Note: Be wary of TypeScript's Open types when using discriminated unions. Reference: https://stackoverflow.com/q/46370222/3481582
Union type for all frame positioning options.
A frame can be positioned using either absolute coordinates (IXYFrameOptions) or alignment values (IAlignmentFrameOptions).
Note: Be wary of TypeScript's Open types when using discriminated unions. Reference: https://stackoverflow.com/q/46370222/3481582