diff --git a/README.md b/README.md index e6f66a4..e7777e8 100755 --- a/README.md +++ b/README.md @@ -228,6 +228,23 @@ public function onEventDropped($eventId, $year, $month, $day) } ``` +### Interaction customization + +You can also add automatic polling if needed using `pollMillis` parameters. You can combo with `pollAction` in +order to call a specific action in your component at the desired polling interval. + +### Disabling interactions + +By default click and drag/drop events are enabled. To disable them you can use the following parameters when +rendering the component +```blade + +``` + ### Testing ``` bash