undo_types

sets the types of entities for which the Undo operation will be applied

object undo_types;

Example

gantt.config.undo_types = {
    link:"link",
    task:"task"
};

Related samples

Details

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.

See also
Change log

added in version 4.0

Back to top