본문으로 건너뛰기

onAfterTaskAdd

Description

사용자가 Gantt 차트에 작업을 추가한 직후 발생합니다

onAfterTaskAdd: (id: string | number, task: Task) => void;

Parameters

  • id - (required) string | number - 작업 ID
  • task - (required) Task - 작업 객체

Example

gantt.attachEvent("onAfterTaskAdd", function(id,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.