New to Kendo UI for Angular? Start a free 30-day trial
SlotClickEvent
Represents the arguments for the slotClick
and slotDblClick
events.
Name | Type | Default | Description |
---|---|---|---|
end |
|
Provides the end date of the slot. | |
isAllDay |
|
Indicates if the slot is all-day. | |
originalEvent |
|
Provides the original DOM event. | |
resources |
|
Provides the resources of the slot. | |
sender |
|
Provides a reference to the Scheduler instance that triggered the event. | |
start |
|
Provides the start date of the slot. | |
type |
|
Provides the event type. |