跳到主要内容

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.