Zum Hauptinhalt springen

onTaskOpened

Description

Wird ausgelöst, wenn ein Branch geöffnet wird

onTaskOpened: (id: string | number) => void;

Parameters

  • id - (required) string | number - Die Kennung des Branches

Example

gantt.attachEvent("onTaskOpened", function(id) {
//Hier kann benutzerdefinierte Logik eingefü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.