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