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
Functions
Type Aliases
- Listener type aliases
CheckpointCallback
type aliasCheckpointIds
type aliasCheckpointsListenerStats
type alias