undo_steps

undo 메서드가 몇 단계까지 롤백할지 지정합니다.

number undo_steps;

Example

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


Default value:

10

Related samples

Details

이 설정은 undo 확장의 일부이므로, undo 플러그인을 활성화해야 합니다. 자세한 내용은 Undo/Redo 기능 문서를 참고하세요.

See also
Change log

버전 4.0에서 추가됨

Back to top