checkpoints
The checkpoints
module of the TinyBase project provides the ability to create and track checkpoints made to the data in Store
objects.
The main entry point to this module is the createCheckpoints
function, which returns a new Checkpoints
object. From there, you can create new checkpoints, go forwards or backwards to others, and register listeners for when the list of checkpoints change.
Since
v1.0.0
Interfaces
There is one interface, Checkpoints
, within the checkpoints
module.
Functions
There is one function, createCheckpoints
, within the checkpoints
module.
Type Aliases
These are the type aliases within the checkpoints
module.