TinyBase logoTinyBase

ResultCellChange

The ResultCellChange type describes a ResultCell's changes during a transaction.

[changed: boolean, oldCell: ResultCellOrUndefined, newCell: ResultCellOrUndefined]

This is returned by the GetResultCellChange function that is provided to every listener when called. This array contains 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.