SchedulerViewChangeEvent
Event arguments provided when the active view changes in the scheduler. Fired when users switch between Day, Week, Month, or other view types with the new view identifier. Enables developers to track view changes for analytics or load view-specific data.
Props
The following table outlines the props for the SchedulerViewChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | - | The name or identifier of the newly active view (e.g., 'Day', 'Week', 'WorkWeek', 'Month'). Useful for tracking view changes or loading view-specific data. |