Home > @jsplumbtoolkit/browser-ui-react-drop > SurfaceDropComponent
SurfaceDropComponent class
Surface Drop Component - draggable nodes. This is an abstract component. You are expected to provide the render method.
Signature:
export declare class SurfaceDropComponent extends React.Component<SurfaceDropProps, SurfaceDropState>
Extends: React.Component<SurfaceDropProps, SurfaceDropState>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) | Constructs a new instance of the SurfaceDropComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| container | Element | ||
| dropManager | SurfaceDropManager<any> | ||
| surface | Surface | ||
| toolkit | BrowserUIReact |
Methods
| Method | Modifiers | Description |
|---|---|---|
| componentDidMount() |