schedule_from_end
信息
此功能仅在 PRO 版中可用。
警告
该属性在 v9.1 已被弃用,请改用 gantt.config.auto_scheduling 的 schedule_from_end 属性。
Description
启用向后排程
schedule_from_end: boolean
Example
gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2025, 10, 1);
默认值: false
Related samples
- [- 从项目结束进行自动排程(向后)]
Details
将此配置设为 true 将把自动排程切换到尽可能晚的模式。
此值仅在同时指定 project_end 时生效。
Related API
Related Guides
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.