@hobom-grid/core / CellKind
Type Alias: CellKind
CellKind =
"body"|"header"|"pinnedStart"|"pinnedEnd"|"cornerStart"|"cornerEnd"
Defined in: contracts/contracts-model.ts:34
Renderable cell “layer” classification.
- body: scrollable content
- header: sticky top rows (computed only; DOM stickiness is adapter responsibility)
- pinnedStart/end: left/right pinned columns
- cornerStart/end: intersections of header rows and pinned columns