/ fm / liveswitch / LayoutDirection
Enumeration: LayoutDirection
fm.liveswitch.LayoutDirection
Specifies the direction of the layout flow.
Table of contents
Enumeration members
Enumeration members
Horizontal
• Horizontal: = 1
Indicates that the layout should flow horizontally, filling rows as needed.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutDirection.ts:15
Vertical
• Vertical: = 2
Indicates that the layout should flow vertically, filling columns as needed.
Defined in: Generated/TypeScript/fm.liveswitch/LayoutDirection.ts:22