undo

reverts the changes made in the gantt

void undo();

Example

gantt.undo();

Related samples

Details

This method is defined in the undo extension, so you need to activate the undo plugin. Read the details in the Undo/Redo Functionality article.

See also
Change log

added in version 4.0

Back to top