Zum Hauptinhalt springen

onTaskOpened

Description

Wird ausgelöst, wenn ein Ast geöffnet wurde

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

Parameters

  • id - (erforderlich) string | number - die Ast-ID

Example

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