SchedulerEditorSubmitEvent
Represents the event submission details from the scheduler's editor dialog. Contains the modified or newly created event data along with operation context for validation or custom processing. Enables fine-grained control over event persistence with support for cancellation and tracking of original data.
Props
The following table outlines the props for the SchedulerEditorSubmitEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| cancel | boolean | - | Set to true to cancel the save operation. |
| data | - | The event data to be saved. | |
| originalData | - | Original event data (only available for edit mode). | |
| requestType | - | Whether this is a new event (add) or editing existing event. |