UndoRedoState
Interface
State of the Undo/Redo stack. This object has the same structure as the result of IChartingLibraryWidget.undoRedoState method
Properties
enableRedo
ReadonlyRedo is enabled
Type
boolean
enableUndo
ReadonlyUndo is enabled
Type
boolean
originalRedoText
ReadonlyOriginal text for redo action - without being translated
Type
string
originalUndoText
ReadonlyOriginal text for undo action - without being translated
Type
string
redoText
ReadonlyRedo text
Type
string
undoText
ReadonlyUndo text
Type
string