API / geotoolkit / layout / FlexboxLayout / FlexboxLayout

Namespace: FlexboxLayout

layout.FlexboxLayout.FlexboxLayout

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

the properties object

Type declaration

NameTypeDescription
aligncontent?AlignContentspecifies the default alignment for flex lines inside the flexible container
alignitems?AlignItemsspecifies the default alignment for flex items inside the flexible container
flexdirection?FlexDirectionthe direction of the flexible items
flexwrap?FlexWrapspecifies whether the flexible items should wrap or not
justifycontent?JustifyContentaligns 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

Ƭ OptionsOut: Object

the properties object

Type declaration

NameTypeDescription
aligncontentAlignContentspecifies the default alignment for flex lines inside the flexible container
alignitemsAlignItemsspecifies the default alignment for flex items inside the flexible container
flexdirectionFlexDirectionthe direction of the flexible items
flexwrapFlexWrapspecifies whether the flexible items should wrap or not
justifycontentJustifyContentaligns 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