Lifecycle methods
clear
The clear
method resets this Checkpoints
object to its initial state, removing all the checkpoints it has been managing. Read more.
clearForward
The clearForward
method resets just the 'redo' checkpoints it has been managing. Read more.
destroy
The destroy
method should be called when this Checkpoints
object is no longer used. Read more.