diff --git a/docs/components/pages/Calendar.api.md b/docs/components/pages/Calendar.api.md index 597844afb..b805b7d46 100644 --- a/docs/components/pages/Calendar.api.md +++ b/docs/components/pages/Calendar.api.md @@ -10,6 +10,10 @@ Change event Handler that is called when the value is changed. The handler is ca +### onNavigate?{ type: 'Function( Date? date, direction string, view string )' } + +Callback fired when the Calendar navigates between views, or forward and backwards in time. + ### min?{ type: 'Date' } The minimum date that the Calendar can navigate from.