TinyBase logoTinyBase β

GetTransactionChanges

The GetTransactionChanges type describes a function that returns the net meaningful changes that were made to a Store during a transaction.

(): TransactionChanges

It is provided to the DoRollback callback and to a TransactionListener listener when a transaction completes. See the TransactionChanges type for more information and an example of the returned data structure.

Since

v4.0.0