Skip to main content

onEmptyClick

Description

Fires when the user clicks on an empty space in the scheduler (not on events)

onEmptyClick: (date: object, e: Event) => void;

Parameters

  • date - (required) object - a date which corresponds to the point that the user clicks on
  • e - (required) Event - a native event object

Example

scheduler.attachEvent("onEmptyClick", function (date, e){
//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.