Skip to content

@hobom-grid/core


@hobom-grid/core / CellVM

Type Alias: CellVM

CellVM = Readonly<{ colIndex: number; height: Px; kind: CellKind; rowIndex: number; width: Px; x: Px; y: Px; }>

Defined in: viewmodel/view-model.ts:7

Flat render instruction for a single cell-like rectangle. UI adapters should treat this as “draw this box”.