Skip to main content

Interface: UndoRedoState

Charting Library.UndoRedoState

State of the Undo/Redo stack. This object has the same structure as the result of IChartingLibraryWidget.undoRedoState method

Properties

enableRedo

Readonly

enableRedo: boolean

Redo is enabled


enableUndo

Readonly

enableUndo: boolean

Undo is enabled


originalRedoText

Readonly

originalRedoText: string

Original text for redo action - without being translated


originalUndoText

Readonly

originalUndoText: string

Original text for undo action - without being translated


redoText

Readonly

redoText: string

Redo text


undoText

Readonly

undoText: string

Undo text