Optional
dragOptions for dragging - containment, grid, callbacks etc.
Optional
elementsWhether or not elements should be draggable. Default value is true
.
Optional
hoverDefaults to false, which is a breaking change in 6.6.0. When true, jsPlumb tracks mouseover/mouseout/mouseenter/mouseexit events for overlays, endpoints, elements and connections. Most of the reasoning for having this ability was related to the initial canvas renderer, and with SVG/CSS this functionality is, for the most part, not needed. But you can switch it on if you need to.
6.6.0
Optional
managedSpecifies the CSS selector used to identify managed elements. This option is not something that most users of jsPlumb will need to set.
Optional
resizeDefaults to true, indicating that a ResizeObserver will be used, where available, to allow jsPlumb to revalidate elements
whose size in the DOM have been changed, without the library user having to call revalidate()
Defaults for the BrowserUI implementation of jsPlumb.