SlotSelectableDirective
Directive
Represents a directive that manages the built-in slot selection in the Scheduler.
Add the kendoSchedulerSlotSelectable directive to a <kendo-scheduler> instance to allow users to select time slots by clicking or dragging.
The directive keeps track of the selected slot range and emits changes when the selection is updated by user interaction.
Definition
Package:@progress/kendo-angular-scheduler
Selector:[kendoSchedulerSlotSelectable]
Syntax:
html
<kendo-scheduler kendoSchedulerSlotSelectable [(slotSelection)]="selectedSlot">
</kendo-scheduler>
Inputs
Represents the currently selected slot range.
Events
Fires when the user changes the currently selected slot range.