Zum Hauptinhalt springen

onAfterLinkUpdate

Description

Fires after the user updates a link

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

Parameters

  • id - (erforderlich) string | number - die Link-ID
  • link - (erforderlich) Link - das Link-Objekt

Example

gantt.attachEvent("onAfterLinkUpdate", function(id,link){
// Fügen Sie hier Ihre benutzerdefinierte Logik ein
});
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.