Skip to main content

Home > @jsplumbtoolkit/drop > SurfaceDropManager

SurfaceDropManager class

SurfaceDropManager wraps DropManager with default implementations of the various callbacks. Most users will want to use this class rather than DropManager, as it operates at a higher level.

Signature:

export declare class SurfaceDropManager<T> 

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the SurfaceDropManager class

Properties

PropertyModifiersTypeDescription
dropManagerDropManager<T>

Methods

MethodModifiersDescription
setEnabled(e)Sets whether or not dragging is currently enabled.