Skip to main content

Home > @jsplumbtoolkit/browser-ui > ConnectionDragEventHandlers

ConnectionDragEventHandlers interface

Callbacks you can provide to connection drag methods to interrupt the process and inspect what's going on,

Signature:

export interface ConnectionDragEventHandlers 

Properties

PropertyModifiersTypeDescription
down?Function(Optional)
move?Function(Optional)
start?Function(Optional)
up?Function(Optional)