Skip to main content

onAfterLinkDelete

Description

Fires after the user deletes a link

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

Parameters

  • id - (required) string | number - the link id
  • link - (required) Link - the link object

Example

gantt.attachEvent("onAfterLinkDelete", function(id,link){
//any custom logic here
});
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.