Zum Hauptinhalt springen

onEventSelected

Description

Wird ausgelöst, wenn ein Event vom Benutzer im Scheduler ausgewählt wird

onEventSelected: (id: string) => void;

Parameters

  • id - (required) string - Die ID des ausgewählten Events

Example

scheduler.attachEvent("onEventSelected", function(id){
//beliebige eigene Logik hier
});
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.