Home > @jsplumbtoolkit/browser-ui-react-drop
browser-ui-react-drop package
Provides a wrapper around the drop manager for use in React (17+).
Classes
| Class | Description |
|---|---|
| JsPlumbToolkitDragDropComponent | Provides a React component wrapper around the Toolkit's DropManager. |
| SurfaceDropComponent | Surface Drop Component - draggable nodes. This is an abstract component. You are expected to provide the render method. |
Interfaces
| Interface | Description |
|---|---|
| DragDropProps | Props for the JsPlumbToolkitDragDropComponent. Most users will probably want to use the SurfaceDropComponent instead. |
| DragDropState | State object for drag/drop component. |
| SurfaceDropProps | Props for SurfaceDropComponent |
| SurfaceDropState |