Module yrs::undo

source ·

Structs§

  • Set of options used to configure UndoManager.
  • A unit of work for the UndoManager. It contains a compressed information about all updates and deletions tracked by a corresponding undo manager. Whenever an [UndoManger::undo] or UndoManager::redo methods are called a last StackItem is being used to modify a state of the document.
  • Undo manager is a structure used to perform undo/redo operations over the associated shared type(s).

Enums§