API / geotoolkit / layout / FlexboxLayout / FlexboxLayout
layout.FlexboxLayout.FlexboxLayout
Type Aliases
Type Aliases
Ƭ Options: Object
the properties object
| Name | Type | Description |
|---|---|---|
aligncontent? | AlignContent | specifies the default alignment for flex lines inside the flexible container |
alignitems? | AlignItems | specifies the default alignment for flex items inside the flexible container |
flexdirection? | FlexDirection | the direction of the flexible items |
flexwrap? | FlexWrap | specifies whether the flexible items should wrap or not |
justifycontent? | JustifyContent | aligns the flexible container's items when the items do not use all available space on the main-axis |
layoutables? | ILayoutable[] | array of items to be layout |
Ƭ OptionsOut: Object
the properties object
| Name | Type | Description |
|---|---|---|
aligncontent | AlignContent | specifies the default alignment for flex lines inside the flexible container |
alignitems | AlignItems | specifies the default alignment for flex items inside the flexible container |
flexdirection | FlexDirection | the direction of the flexible items |
flexwrap | FlexWrap | specifies whether the flexible items should wrap or not |
justifycontent | JustifyContent | aligns the flexible container's items when the items do not use all available space on the main-axis |
layoutables? | ILayoutable[] | array of items to be layout |