diff --git a/docs/timeline/index.html b/docs/timeline/index.html index 4fb318ec..81e40f97 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -1562,6 +1562,16 @@ timeline.off('select', onSelect); + + drop + + Passes a properties object as returned by the method Timeline.getEventProperties(event). + + Fired when dropping inside the Timeline. + + + + mouseOver diff --git a/examples/network/events/interactionEvents.html b/examples/network/events/interactionEvents.html index f9ba9c1e..538fbfad 100644 --- a/examples/network/events/interactionEvents.html +++ b/examples/network/events/interactionEvents.html @@ -24,6 +24,7 @@