Interface: PptxEditorHistoryState
Undo/redo availability and stack depth after the latest editor operation.
Properties
canRedo
readonly canRedo: boolean;canUndo
readonly canUndo: boolean;redoDepth
readonly redoDepth: number;undoDepth
readonly undoDepth: number;