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
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the SurfaceDropManager class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| dropManager | DropManager<T> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| setEnabled(e) | Sets whether or not dragging is currently enabled. |