甘特图 API方法isSplitTask页面内容isSplitTask 信息此功能仅在 PRO 版中提供。 Description 检查指定任务是否已拆分 isSplitTask: (task: Task) => booleanParameters task - (必填) Task - 任 务对象 Returns isSplit - (boolean) - 当任务被拆分时为 true,否则为 false Exampleconst task = gantt.getTask(13);// */} { id: 13, render:"split", text: "Task #2", ...}if(gantt.isSplitTask(task)){ // 执行相应操作}Related Guides 拆分任务 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.