Type Alias: CellChange<Cell>
CellChange<
Cell> =object
Defined in: src/types.ts:66
Type Parameters
Cell
Cell extends CellBase = CellBase
Properties
nextCell
nextCell:
Cell|null
Defined in: src/types.ts:68
prevCell
prevCell:
Cell|null
Defined in: src/types.ts:67