CellState
Datalayer Core / CellState
Type Alias: CellState
CellState =
ICellState
&object
Defined in: src/state/substates/CellState.ts:14
Type declaration
create()
create: (
cell
) =>void
Parameters
cell
ICell
Returns
void
update()
update: (
cell
) =>void
Parameters
cell
Partial
<ICell
>
Returns
void