Interface: CellPlacement
Defined in: grid.ts:52
Where a cell sits. Omit row/col to take the next free slot in reading order.
Properties
col?
ts
optional col?: number;Defined in: grid.ts:54
colSpan?
ts
optional colSpan?: number;Defined in: grid.ts:56
row?
ts
optional row?: number;Defined in: grid.ts:53
rowSpan?
ts
optional rowSpan?: number;Defined in: grid.ts:55