sets the types of entities for which the Undo operation will be applied
gantt.config.undo_types = {
link:"link",
task:"task"
};
This option is defined in the undo extension, so you need to enable the undo plugin. Read the details in the Undo/Redo Functionality article.
added in version 4.0
Back to top