본문으로 건너뛰기

schedule_from_end

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

경고

이 속성은 v9.1에서 더 이상 사용되지 않으며, 대신 gantt.config.auto_schedulingschedule_from_end 속성을 사용하십시오.

Description

역방향 스케줄링 활성화

schedule_from_end: boolean

Example

gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2025, 10, 1);

Default value: 기본값은 false

Details

이 구성을 true로 설정하면 자동 스케줄링이 as late as possible 모드로 전환됩니다.

이 값은 project_end 가 함께 지정된 경우에만 적용됩니다.

Change log

  • 이 속성은 v9.1에서 더 이상 사용되지 않습니다
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.