packages/components/eui-calendar/models.ts
Event emitted when the calendar navigation buttons are clicked.
Properties |
| current |
current:
|
Type : Date
|
|
The current date before navigation. |
| direction |
direction:
|
Type : EuiCalendarNavigationDirection
|
|
The direction of navigation, either 'previous' or 'next'. |
| mode |
mode:
|
Type : EuiCalendarMode
|
|
The current mode of the calendar (monthly, weekly, or daily). |
| new |
new:
|
Type : Date
|
|
The new date after navigation. |