Checkpoints type aliases
This is the collection of checkpoints type aliases within the ui-react
module. There is only one type alias, UndoOrRedoInformation
.
UndoOrRedoInformation
The UndoOrRedoInformation
type is an array that you can fetch from a Checkpoints
object to that indicates if and how you can move the state of the underlying Store
forward or backward.