본문으로 건너뛰기

onAfterLinkDelete

Description

사용자가 링크를 삭제한 후에 발생합니다

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

Parameters

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

Example

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