Interface UndoRedoUpdateParams

Payload for an event from the undo/redo manager

interface UndoRedoUpdateParams {
    redoCount: number;
    undoCount: number;
}

Properties

Properties

redoCount: number

Current size of the redo stack

undoCount: number

Current size of the undo stack

Version :