undo_steps
Description
Sets the number of steps that should be reverted by the undo method
undo_steps: number
Example
gantt.config.undo_steps = 10;
gantt.init("gantt_here");
Default value: 10
Related samples
Details
note
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.
Related API
Related Guides
Change log
- added in version 4.0