Skip to main content

onEventSelected

Description

Fires when the user selects an event in the scheduler

onEventSelected: (id: string) => void;

Parameters

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

Example

scheduler.attachEvent("onEventSelected", 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.