Wrap
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Children Direction
Properties
PresentationType
string
required
A widget that displays its children in multiple horizontal or vertical runs.
Allowed Wrap
Spacing
number
optional
This is the amount of space (or gap) between individual items in the layout.
RunSpacing
number
optional
Define a space between items in opposite direction of the main layout
Direction
string
required
Defines the orientation of item placement, either 'Horizontal' (left-to-right) or 'Vertical' (top-to-bottom).
Allowed Horizontal Vertical
WrapAlignment
string
optional
Controls how items are aligned along the main axis within each row or column.
Allowed Start Center End Stretch SpaceBetween SpaceAround SpaceEvenly
RunAlignment
string
optional
Defines how rows or columns are aligned along the opposite direction of the main layout.
Allowed Start Center End Stretch SpaceBetween SpaceAround SpaceEvenly
VerticalDirection
string
optional
Indicates the vertical direction of item placement. 'Up' means items are placed from bottom to top, while 'Down' means top to bottom.
Allowed Up Down
TextDirection
string
optional
Specifies the reading order or direction for text. 'LTR' stands for left-to-right, and 'RTL' stands for right-to-left.
Allowed LTR RTL