SchedulerEditSlotProps
Represents the props of the Kendo UI for Vue SchedulerEditSlot component.
| Name | Type | Default | Description | 
|---|---|---|---|
| col | 
 | Sets the  | |
| editable? | 
 | Overrides the  | |
| end | 
 | The  | |
| expandable? | 
 | Set to  | |
| form? | 
 | Overrides the default component responsible for visualizing the  The default Component is: SchedulerForm. | |
| formItem? | 
 | Setting this property will force the  | |
| group | 
 | Represents the current group in which the slot is rendered. | |
| id? | 
 | Specifies the  | |
| index | 
 | Represents the consecutive number of the slot in the current range. | |
| isAllDay? | 
 | Represents if the slot is an  | |
| isWorkDay? | 
 | Specifies if the  | |
| isWorkHour? | 
 | Specifies if the  | |
| items | 
 | A collection of all  | |
| onBlur? | 
 | Called each time the element, or any of its child elements, lose focus. | |
| onClick? | 
 | Called each time the element, or any of its child elements, is clicked. | |
| onDataaction? | 
 | Called when new item has been created in the slot. | |
| onDoubleClick? | 
 | Called each time the element, or any of its child elements, is double-clicked. | |
| onFocus? | 
 | Called each time the element, or any of its child elements, receive focus. | |
| onFormItemChange? | 
 | Called every time the  | |
| onKeyDown? | 
 | Called each time a  | |
| onKeyPress? | 
 | Called each time a  | |
| onKeyUp? | 
 | Called each time a  | |
| onMouseEnter? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseLeave? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseOut? | 
 | Called each time the element, or any of its child elements receives  | |
| onMouseOver? | 
 | Called each time the element, or any of its child elements receives  | |
| range | 
 | Represents the current range in which the slot is rendered. | |
| row | 
 | Sets the  | |
| selected? | 
 | Sets the selected state of the SchedulerSlot. By default the  | |
| slotRender? | 
 | Overrides the default component responsible for view-specific functionality. The default Component is: SchedulerSlot. | |
| start | 
 | The  | |
| tabIndex? | 
 | Specifies the  Providing  | |
| viewSlot? | 
 | Overrides the default component responsible for view-specific functionality. The default Component is: SchedulerViewSlot. | |
| zonedEnd | 
 | Represents the  For more information about timezones, refer to the Scheduler TImezones article. | |
| zonedStart | 
 | Represents the  For more information about timezones, refer to the Scheduler TImezones article. |