@jsvision/datagrid / CellState
Interface: CellState
Defined in: datagrid/src/cell-draw.ts:28
Which composited states are active on the cell being rendered.
Properties
dirty
readonlydirty:boolean
Defined in: datagrid/src/cell-draw.ts:34
A pending commit.
focused
readonlyfocused:boolean
Defined in: datagrid/src/cell-draw.ts:30
The cursor cell (the body has focus).
invalid
readonlyinvalid:boolean
Defined in: datagrid/src/cell-draw.ts:36
A blocked commit — the last edit failed validation / a veto and never took.
selected
readonlyselected:boolean
Defined in: datagrid/src/cell-draw.ts:32
The selected row (dormant until row selection lands).
zebra
readonlyzebra:boolean
Defined in: datagrid/src/cell-draw.ts:38
An odd zebra stripe.