SchedulerSlot
Represents a Scheduler slot.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
element? | ElementRef<any> | The slot element. | |
end? | Date | The end date of the slot. | |
event? | The slot event. Applicable for the Agenda view. | ||
isAllDay? | boolean | Specifies if the slot is an all-day slot. | |
resources? | any[] | The slot resources. | |
start? | Date | The start date of the slot. |