undo_steps

sets the number of steps that should be reverted by the undo method

number undo_steps;

Example

gantt.config.undo_steps = 10;
 
gantt.init("gantt_here");


Default value:

10

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