Zum Hauptinhalt springen

onTaskClosed

Description

Wird ausgelöst, wenn ein Zweig geschlossen wurde

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

Parameters

  • id - (required) string | number - die Zweig-ID

Example

gantt.attachEvent("onTaskClosed", function(id) {
alert(`Du hast einen Branch mit der ID=${id} geschlossen`);
});
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.