Skip to content
Wai Ho Leung edited this page Apr 11, 2014 · 5 revisions

WikiAPI ReferenceUndo

# wb.history.add(action)

Adds an action to the undo stack.

  • action: The action to be added.

===

# wb.history.clear()

Clears the undo stack.

===

# wb.history.redo()

Redoes an action.

===

# wb.history.undo()

Undoes an action.

Clone this wiki locally