Zum Hauptinhalt springen

onLinkClick

Description

Wird ausgelöst, wenn der Benutzer auf einen Link klickt

onLinkClick: (id: string | number, e?: Event) => void;

Parameters

  • id - (erforderlich) string | number - die ID des angeklickten Links

Example

gantt.attachEvent("onLinkClick", function(id,e){
// 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.