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();