Zum Hauptinhalt springen

onEventUnselected

Description

Wird ausgelöst, wenn ein Benutzer ein Event abwählt, indem er ein anderes auswählt

onEventUnselected: (id: string) => void;

Parameters

  • id - (required) string - die ID des abgewählten Events

Example

scheduler.attachEvent("onEventUnselected", function(id){
//beliebige benutzerdefinierte 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.