ViewChangeEvent
Defines the event arguments for the onViewChange event of the Calendar.
Props
The following table outlines the props for the ViewChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| date | Date | - | The date that the calendar is focused on or has navigated to. |
| event | React.SyntheticEvent | - | The original browser event that triggered the navigation. |
| view | string | - | The name of the view to which the calendar has navigated. |