Skip to main content

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

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the SurfaceDropComponent class

Properties

PropertyModifiersTypeDescription
containerElement
dropManagerSurfaceDropManager<any>
surfaceSurface
toolkitBrowserUIReact

Methods

MethodModifiersDescription
componentDidMount()