Skip to main content

onEventUnselected

Description

Fires when the user unselects an event by selecting some other event

onEventUnselected: (id: string) => void;

Parameters

  • id - (required) string - the event's id (of the unselected event)

Example

scheduler.attachEvent("onEventUnselected", function(id){
//any custom logic here
});
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.