Skip to content

@jsvision/datagrid / RowRevertCell

Interface: RowRevertCell

Defined in: datagrid/src/commit.ts:35

One cell in an atomic row-revert transaction.

Properties

columnId

readonly columnId: string

Defined in: datagrid/src/commit.ts:37

Stable id of the changed column.


previous

readonly previous: unknown

Defined in: datagrid/src/commit.ts:41

Committed value immediately before this revert attempt.


value

readonly value: unknown

Defined in: datagrid/src/commit.ts:39

Restored session baseline, already applied to the row when the callback runs.