Clears the redo queue.
Clears the undo queue.
ReadonlyrootThe root node being tracked.
ReadonlystoreThe UndoStore holding the undo/redo queues.
Whether redo is possible.
Whether undo is possible.
Whether undo recording is currently disabled.
Maximum number of redo levels to keep.
Maximum number of undo levels to keep.
Number of redo steps available.
The redo queue.
Number of undo steps available.
The undo queue.
Manages undo/redo functionality for a mobx-bonsai node tree. Automatically groups changes that occur within a single MobX action.