Home > @jsplumbtoolkit/drop > createSurfaceManager
createSurfaceManager() function
Signature:
export declare function createSurfaceManager<T>(options: SurfaceDropManagerOptions<T>): SurfaceDropManager<T>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | SurfaceDropManagerOptions<T> | Create a new SurfaceDropManager |
Returns: