@jsvision/datagrid / RowRevertCell
Interface: RowRevertCell
Defined in: datagrid/src/commit.ts:35
One cell in an atomic row-revert transaction.
Properties
columnId
readonlycolumnId:string
Defined in: datagrid/src/commit.ts:37
Stable id of the changed column.
previous
readonlyprevious:unknown
Defined in: datagrid/src/commit.ts:41
Committed value immediately before this revert attempt.
value
readonlyvalue:unknown
Defined in: datagrid/src/commit.ts:39
Restored session baseline, already applied to the row when the callback runs.