UndoRedo API in JavaScript (ES5) Gantt API control
Methods
redoAction
Initiates an redo action to reapply the most recent undone change performed.
Returns void
undoAction
Initiates an undo action to revert the most recent change performed.
Returns void