본문으로 건너뛰기

onTaskOpened

Description

브랜치가 열렸을 때 트리거됩니다

onTaskOpened: (id: string | number) => void;

Parameters

  • id - (필수) string | number - 브랜치 ID

Example

gantt.attachEvent("onTaskOpened", function(id) {
// 여기에 코드 작성
});
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.