본문으로 건너뛰기

onAfterLinkUpdate

Description

사용자가 링크를 업데이트한 후에 발생합니다

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

Parameters

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

Example

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