Documentation

@kanunilabs/datagrid-enterprise


@kanunilabs/datagrid-enterprise / RowChange

Interface: RowChange<TRow>

Type Parameters

TRow

TRow = unknown

Properties

oldValues

oldValues: Record<string, unknown>

Original values for the same columns.


row?

optional row?: TRow

The source row, when it exists (absent for inserts).


rowKey

rowKey: RowKey


type

type: "remove" | "update" | "insert"


values

values: Record<string, unknown>

Changed columns only.