본문으로 건너뛰기

getConnectedGroup

정보

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

Description

특정 작업과 연결된 모든 작업 및 링크를 반환합니다

getConnectedGroup: (id?: string | number) => any

Parameters

  • name - (optional) string | number - 작업의 ID

Returns

  • connections - (object) - 특정 작업과 연결된 작업 및 링크를 담고 있는 객체

Example

gantt.getConnectedGroup(18);
// => {links:["16", "17", "18"], tasks:[18, 17, 19, 20]}

Details

매개변수 없이 이 메서드는 연결을 형성하는 모든 작업과 링크의 그룹을 반환합니다.

노트

이 메서드는 페이지에 auto_scheduling 플러그인이 포함되어 있어야 합니다.

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.