GridArea class
Defines an area in a Layout.AreaGrid layout.
Constructors
| Grid |
Properties
| column | The start column index of the area. Column indices start at 1. |
| column |
Defines how many columns the area should span. |
| name | The name of the area. To place an element in this area, set its |
| row | The start row index of the area. Row indices start at 1. |
| row |
Defines how many rows the area should span. |
Methods
| from(IGrid |
|
| with |
|
| with |
|
| with |
|
| with |
|
| with |
Constructor Details
GridArea(IGridArea)
Property Details
column
The start column index of the area. Column indices start at 1.
column?: number
Property Value
number
columnSpan
Defines how many columns the area should span.
columnSpan?: number
Property Value
number
name
The name of the area. To place an element in this area, set its grid.area property to match the name of the area.
name?: string
Property Value
string
row
The start row index of the area. Row indices start at 1.
row?: number
Property Value
number
rowSpan
Defines how many rows the area should span.
rowSpan?: number
Property Value
number