Skip to main content
Version: latest

UndoRedoState

Interface

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

Properties

enableRedo

Readonly

Redo is enabled

Type

boolean


enableUndo

Readonly

Undo is enabled

Type

boolean


originalRedoText

Readonly

Original text for redo action - without being translated

Type

string


originalUndoText

Readonly

Original text for undo action - without being translated

Type

string


redoText

Readonly

Redo text

Type

string


undoText

Readonly

Undo text

Type

string