Documentation
State
undo
Undo the last action.
this.app.state.undo();
redo
Redo last action user undid.
this.app.state.redo();
clear
Clear the undo & redo buffer.
this.app.state.clear();
dkjgvo65776inru43654
Undo the last action.
this.app.state.undo();
Redo last action user undid.
this.app.state.redo();
Clear the undo & redo buffer.
this.app.state.clear();