Zum Hauptinhalt springen

onLinkClick

Description

Wird ausgelöst, wenn ein Link vom Benutzer angeklickt wird

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

Parameters

  • id - (required) string | number - die Kennung des angeklickten Links

Example

gantt.attachEvent("onLinkClick", function(id,e){
//hier kann benutzerdefinierte Logik hinzugefügt werden
});
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.