Skip to main content

Home > @jsplumbtoolkit/browser-ui-react-drop

browser-ui-react-drop package

Provides a wrapper around the drop manager for use in React (17+).

Classes

ClassDescription
JsPlumbToolkitDragDropComponentProvides a React component wrapper around the Toolkit's DropManager.
SurfaceDropComponentSurface Drop Component - draggable nodes. This is an abstract component. You are expected to provide the render method.

Interfaces

InterfaceDescription
DragDropPropsProps for the JsPlumbToolkitDragDropComponent. Most users will probably want to use the SurfaceDropComponent instead.
DragDropStateState object for drag/drop component.
SurfaceDropPropsProps for SurfaceDropComponent
SurfaceDropState