Skip to main content

Home > @jsplumb/browser-ui > DragManager

DragManager class#

Signature:

export declare class DragManager 

Constructors#

ConstructorModifiersDescription
(constructor)(instance, dragSelection, options)Constructs a new instance of the DragManager class

Properties#

PropertyModifiersTypeDescription
_dlistArray<any>
_draggablesRecord<string, any>
_draggablesForElementsRecord<string, any>
_elementsWithEndpointsRecord<string, any>
dragSelectionDragSelection
handlersArray<{ handler: DragHandler; options: DragHandlerOptions; }>
instanceBrowserJsPlumbInstance

Methods#

MethodModifiersDescription
addFilter(filter, exclude)
addHandler(handler, dragOptions)
addSelector(params, atStart)
removeFilter(filter)
reset()
setFilters(filters)
setOption(handler, options)