Skip to main content

History

OBR.scene.history

Interact with the undo/redo stack of the scene.

Reference

Methods

undo

async undo()

Undo the previous action.


redo

async redo()

Redo the an action that was undone.


canUndo

async canUndo()

Returns true if there is an action on the undo stack.


canRedo

async canRedo()

Returns true if there is an action on the redo stack.