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
Property | Modifiers | Type | Description |
---|---|---|---|
down? | Function | (Optional) | |
move? | Function | (Optional) | |
start? | Function | (Optional) | |
up? | Function | (Optional) |