Options
All
  • Public
  • Public/Protected
  • All
Menu

The Undoable interface defines operations that can be added to the UndoManager. Implement this interface to create custom operations.

Hierarchy

  • Undoable

Implemented by

Index

Properties

performRedo

performRedo: UndoRedoDelegate

Re-performs the last undo operation.

performUndo

performUndo: UndoRedoDelegate

Reverses the operation.

Optional state

state: any