undo_steps

指定 undo 方法将回滚的步骤数

number undo_steps;

Example

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


Default value:

10

Related samples

Details

该设置是 undo 扩展的一部分,请确保启用 undo 插件。更多详情请参阅 撤销/重做功能 文章。

See also
Change log

在版本 4.0 中添加

Back to top