From 030ee713b6b82a6972665a85038490e76f0d9fc9 Mon Sep 17 00:00:00 2001 From: asantibanez Date: Tue, 13 Oct 2020 23:23:49 -0500 Subject: [PATCH] Updated README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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