SchedulerRemoveDialogProps
Interface
Represents the props of the Kendo UI for Vue SchedulerRemoveDialog component.
Definition
Package:@progress/kendo-vue-scheduler
Properties
dataItem
any
Specifies the DataItem currently being deleted.
onCancel?
(event: SchedulerRemoveDialogStateChangeEvent<null>) => void
Called when the cancel button is clicked.
Parameters:eventSchedulerRemoveDialogStateChangeEvent<null>
onClose?
(event: SchedulerRemoveDialogStateChangeEvent<null>) => void
Called when the close button is clicked.
Parameters:eventSchedulerRemoveDialogStateChangeEvent<null>
onConfirm?
(event: SchedulerRemoveDialogStateChangeEvent<any>) => void
Called when the confirm button is clicked.
Parameters:eventSchedulerRemoveDialogStateChangeEvent<any>