GetCellChange
The GetCellChange type describes a function that returns information about any Cell's changes during a transaction.
(
tableId: Id,
rowId: Id,
cellId: Id,
): CellChange| Type | Description | |
|---|---|---|
tableId | Id | |
rowId | Id | |
cellId | Id | |
| returns | CellChange | A |
A GetCellChange function is provided to every listener when called due the Store changing. The listener can then fetch the previous value of a Cell before the current transaction, the new value after it, and a convenience flag that indicates that the value has changed.
Since
v1.0.0