SlotClickEvent
Arguments for slotClick
and slotDblClick
events.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
end | Date | The end date of the slot. | |
isAllDay | boolean | Indicates if the slot is all-day. | |
originalEvent | any | The original DOM event. | |
resources | any[] | The resources of the slot. | |
sender | A reference to the Scheduler instance that triggered the event. | ||
start | Date | The start date of the slot. | |
type | "click" | "contextmenu" | The event type. |