본문으로 건너뛰기

onTaskIdChange

Description

작업의 ID가 변경될 때 발생합니다

onTaskIdChange: (id: string | number, new_id: string | number) => void;

Parameters

  • id - (필수) string | number - 현재 작업의 ID
  • new_id - (필수) string | number - 새 작업의 ID

Example

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