Zum Hauptinhalt springen

onTaskClosed

Description

Wird ausgelöst, wenn ein Branch geschlossen wird

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

Parameters

  • id - (required) string,number - die ID des Branches

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.