본문으로 건너뛰기

onTaskClosed

Description

브랜치가 닫힐 때 실행됩니다

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

Parameters

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

Example

gantt.attachEvent("onTaskClosed", function(id) {
alert(`You've closed a branch with id=${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.