Skip to content

@hobom-grid/core


@hobom-grid/core / CellChange

Type Alias: CellChange<TValue>

CellChange<TValue> = Readonly<{ col: number; newValue: TValue; previousValue: TValue; row: number; }>

Defined in: editing/editing-state.ts:4

A single committed or in-flight change to a cell value.

Type Parameters

TValue

TValue = unknown