Type Alias JSUndoManagerCommand1

JSUndoManagerCommand1: { redo: Function; undo: Function }

Simple command interface for JSUndoManager with explicit actions

This is used for commands that are executed immediately and have no type field.

Type declaration

  • redo: Function
  • undo: Function