본문으로 건너뛰기

isSplitTask

정보

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

Description

지정된 작업이 분할되었는지 확인

isSplitTask: (task: Task) => boolean

Parameters

  • task - (필수) Task - 작업 객체

Returns

  • isSplit - (boolean) - 작업이 분할되었으면 true, 그렇지 않으면 false

Example

const task = gantt.getTask(13);
// */} { id: 13, render:"split", text: "작업 #2", ...}

if(gantt.isSplitTask(task)){
// 무언가를 수행합니다
}
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.