Home > @jsplumb/browser-ui > DragManager
#
DragManager classSignature:
export declare class DragManager
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(instance, dragSelection, options) | Constructs a new instance of the DragManager class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
_dlist | Array<any> | ||
_draggables | Record<string, any> | ||
_draggablesForElements | Record<string, any> | ||
_elementsWithEndpoints | Record<string, any> | ||
dragSelection | DragSelection | ||
handlers | Array<{ handler: DragHandler; options: DragHandlerOptions; }> | ||
instance | BrowserJsPlumbInstance |
#
MethodsMethod | Modifiers | Description |
---|---|---|
addFilter(filter, exclude) | ||
addHandler(handler, dragOptions) | ||
addSelector(params, atStart) | ||
removeFilter(filter) | ||
reset() | ||
setFilters(filters) | ||
setOption(handler, options) |