본문으로 건너뛰기

onAfterLinkAdd

Description

새 링크가 Gantt 차트에 추가된 직후 발생합니다

onAfterLinkAdd: (id: string | number, link: Link) => void;

Parameters

  • id - (필수) string | number - 링크 ID
  • link - (필수) Link - 링크 객체

Example

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