본문으로 건너뛰기

undo_types

Description

Undo 작업이 적용될 엔터티 유형을 설정합니다.

undo_types: { link?: string; task?: string; }

Example

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

Details

노트

이 옵션은 undo 확장에 정의되어 있으므로 undo 플러그인을 활성화해야 합니다. Undo/Redo Functionality 문서에서 자세한 내용을 확인하십시오.

  • link - (string) - "link" 엔티티의 이름
  • task - (string) - "task" 엔티티의 이름

Change log

  • 버전 4.0에서 추가
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.