From f0026804819b739bdebdf93691c56b3e22f886a4 Mon Sep 17 00:00:00 2001 From: jquense Date: Thu, 8 Oct 2015 19:47:10 -0400 Subject: [PATCH] [fixed] add onNavigate to docs fixes #188 --- docs/components/pages/Calendar.api.md | 4 ++++ 1 file changed, 4 insertions(+) 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.