SchedulerItemsSelectAction
Interface
Represents the object passed to the items-select reducer.
Definition
Package:@progress/kendo-react-scheduler
Properties
ignoreIsAllDay?
boolean
Whether to ignore the isAllDay property when performing the action.
item?
RefObject<null | SchedulerItemHandle>
The reference to the scheduler item handle.
The type of action to perform on item selection.