JSUndoManagerOptions interface that defines the options for the JSUndoManager class.
Whether to bind "undo" and "redo" commands to "Ctrl+Z", "Ctrl+Y" & "Ctrl+Shift+Z" hot keys in the DOM
Whether to emit execution status in console.
Optional
Root element for hot keys binding.
Maximum commands stack size.
JSUndoManagerOptions interface that defines the options for the JSUndoManager class.