Skip to content

API Reference / @gtkx/components / GridPlacement

Type Alias: GridPlacement

GridPlacement = object

Defined in: grid.d.ts:10

Properties

column?

optional column?: number | null

Defined in: grid.d.ts:11


columnSpan?

optional columnSpan?: number | null

Defined in: grid.d.ts:14

Number of columns the child spans (defaults to 1).


row?

optional row?: number | null

Defined in: grid.d.ts:12


rowSpan?

optional rowSpan?: number | null

Defined in: grid.d.ts:16

Number of rows the child spans (defaults to 1).

Released under the MPL-2.0 License.