Documentation / API Reference

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