GridItemLayout

[ Interface ]

interface GridItemLayout {
    gridColumn?: string;
    gridRow?: string;
    gridArea?: string;
    justifySelf?: GridJustifyAlignSelf;
    alignSelf?: GridJustifyAlignSelf;
}

Properties

Name

Type

Description

gridColumn

string, undefined

Defines in which column or over which columns the grid element extends within the grid container.

MDN: grid-column

gridRow

string, undefined

Defines in which row or over which rows the grid element extends within the grid container.

MDN: grid-row

gridArea

string, undefined

Defines the position of the grid element via a named grid area or via the combined specification of row and column start or end.

MDN: grid-area

justifySelf

GridJustifyAlignSelf, undefined

Defines the horizontal alignment of the individual grid element within its assigned grid area.

MDN: justify-self

alignSelf

GridJustifyAlignSelf, undefined

Defines the vertical alignment of the individual grid element within its assigned grid area.

MDN: align-self

Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiControl.GridItemLayout

GridItemLayout 1:

Available from version 14.4.17

GridItemLayout 2:

Available since version 1.14.4.17