GridItemLayout
[ Interface ]
interface GridItemLayout {
gridColumn?: string;
gridRow?: string;
gridArea?: string;
justifySelf?: GridJustifyAlignSelf;
alignSelf?: GridJustifyAlignSelf;
}Properties
Name | Type | Description |
|---|---|---|
gridColumn | Defines in which column or over which columns the grid element extends within the grid container. MDN: grid-column | |
gridRow | Defines in which row or over which rows the grid element extends within the grid container. MDN: grid-row | |
gridArea | 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 | Defines the horizontal alignment of the individual grid element within its assigned grid area. MDN: justify-self | |
alignSelf | 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
![]() | Available from version 14.4.17 |
![]() | Available since version 1.14.4.17 |
