Interface JSUndoManagerOptions

interface JSUndoManagerOptions {
    bindHotKeys: boolean;
    debug: boolean;
    hotKeyRoot?: HTMLElement;
    limit: number;
}

Properties

bindHotKeys: boolean
debug: boolean
hotKeyRoot?: HTMLElement
limit: number