Enum sap.m.FlexDirectionModule: sap/m/library


Available directions for flex layouts.

Field Summary
sap.m.FlexDirection.ColumnFlex items are laid out along the direction of the block axis (usually top to bottom).
sap.m.FlexDirection.ColumnReverseFlex items are laid out along the reverse direction of the block axis (usually bottom to top).
sap.m.FlexDirection.InheritInherits the value from its parent.
sap.m.FlexDirection.RowFlex items are laid out along the direction of the inline axis (text direction).
sap.m.FlexDirection.RowReverseFlex items are laid out along the reverse direction of the inline axis (against the text direction).
Field Detail
sap.m.FlexDirection.Column: string
Flex items are laid out along the direction of the block axis (usually top to bottom).
sap.m.FlexDirection.ColumnReverse: string
Flex items are laid out along the reverse direction of the block axis (usually bottom to top).
sap.m.FlexDirection.Inherit: string
Inherits the value from its parent.
sap.m.FlexDirection.Row: string
Flex items are laid out along the direction of the inline axis (text direction).
sap.m.FlexDirection.RowReverse: string
Flex items are laid out along the reverse direction of the inline axis (against the text direction).