We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Wiki ▸ API Reference ▸ Undo
# wb.history.add(action)
Adds an action to the undo stack.
===
# wb.history.clear()
Clears the undo stack.
# wb.history.redo()
Redoes an action.
# wb.history.undo()
Undoes an action.