IAreaGridLayout interface
A layout that divides a container into named areas into which elements can be placed.
Properties
| areas | The areas in the grid layout. |
| columns | The columns in the grid layout, defined as a percentage of the available width or in pixels using the |
| column |
The space between columns. |
| row |
The space between rows. |
| target |
Controls for which card width the layout should be used. |
| type | Must be Layout.AreaGrid. |
Property Details
areas
columns
The columns in the grid layout, defined as a percentage of the available width or in pixels using the <number>px format.
columns?: (string | number)[]
Property Value
(string | number)[]
columnSpacing
rowSpacing
targetWidth
Controls for which card width the layout should be used.
targetWidth?: TargetWidth
Property Value
type
Must be Layout.AreaGrid.
type: "Layout.AreaGrid"
Property Value
"Layout.AreaGrid"