The DOM element inside which to look for draggable elements.
Optional
dataFunction to use to get a dataset for an item that is being dragged.
Optional
onFunction to call when an item is dropped on whitespace in the canvas
Optional
onFunction to call when an item is dropped on ane existing vertex.
Optional
onFunction to call when an item is dropped on an edge.
CSS 3 selector identifying what child elements of container
are draggable.
The surface to attach to.
Props for the
JsPlumbToolkitDragDropComponent
. Most users will probably want to use theSurfaceDropComponent
instead.