Type Alias: CellDescriptor<Cell>
CellDescriptor<
Cell> =object&Point
Defined in: src/types.ts:28
A cell with it's coordinates
Type Declaration
data
data:
Cell|undefined
The cell's data
Type Parameters
Cell
Cell
Deprecated
the component does not use cell descriptors anymore. Instead it passes cell point and cell value explicitly.