Skip to main content

GridItem

Typeobject
Backlinks1

This property refers to the individual grid item or cell in a grid layout and its configurable properties.

PropertyTypeRequired
classstringRequired
itemPosGridItemPosRequired
rowSpanintegerRequired
columnSpanintegerRequired
positionPositionRequired
rowAlignAlignmentRequired
columnAlignAlignmentRequired

class​

Required

Type

string

Value

constant: the value of this property must be equal to:

"gridItem"

itemPos​

Required

Description

no description

rowSpan​

Required

Description

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​

Required

Description

The number of columns occupied by the element.

Type

integer

Value

minimum: the value of this number must greater than or equal to: 1

position​

Required

Description

no description

rowAlign​

Required

Description

Valid when the position type is relative or sticky, specifies how the element's row direction is aligned to it.

columnAlign​

Required

Description

Valid when the position type is relative or sticky, specifies how the element's column direction is aligned to it.