Skip to main content

Home > @jsplumb/browser-ui > ElementDragHandler

ElementDragHandler class#

Signature:

export declare class ElementDragHandler implements DragHandler 

Implements: DragHandler

Constructors#

ConstructorModifiersDescription
(constructor)(instance, _dragSelection)Constructs a new instance of the ElementDragHandler class

Properties#

PropertyModifiersTypeDescription
_dragSelectionDragSelection
_intersectingGroupsArray<IntersectingGroup>
dragDrag
instanceBrowserJsPlumbInstance
originalPositionPointXY
selectorstring

Methods#

MethodModifiersDescription
addToDragGroup(spec, els)
getDropGroup()
init(drag)
onDrag(params)
onDragAbort(el)
onDragInit(el)
onStart(params)
onStop(params)
removeFromDragGroup(els)
reset()
setDragGroupState(state, els)