GridItem
Typeobject
Backlinks1This property refers to the individual grid item or cell in a grid layout and its configurable properties.
Property | Type | Required |
---|---|---|
class | string | Required |
itemPos | GridItemPos | Required |
rowSpan | integer | Required |
columnSpan | integer | Required |
position | Position | Required |
rowAlign | Alignment | Required |
columnAlign | Alignment | Required |
rowSpan​
RequiredDescription
The number of rows occupied by the element.
Type
integer
Value
minimum: the value of this number must greater than or equal to: 1
columnSpan​
RequiredDescription
The number of columns occupied by the element.
Type
integer
Value
minimum: the value of this number must greater than or equal to: 1
rowAlign​
RequiredDescription
Valid when the position type is relative or sticky, specifies how the element's row direction is aligned to it.
Type
columnAlign​
RequiredDescription
Valid when the position type is relative or sticky, specifies how the element's column direction is aligned to it.
Type