본문으로 건너뛰기

onLinkIdChange

Description

링크의 id가 변경될 때 발생합니다

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

Parameters

  • id - (필수) string | number - 현재 링크 id
  • new_id - (필수) string | number - 새로운 링크 id

Example

gantt.attachEvent("onLinkIdChange", 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.