UndoManager
Saves a history of locally applied operations. The UndoManager handles the undoing and redoing of locally created changes.
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(scope: YType, options: Object)  | 
    |
Method Summary
| Public Methods | ||
| public | 
       redo(): * Redo the last locally created change.  | 
    |
| public | 
       undo(): * Undo the last locally created change.  | 
    |
    
  