Home > @jsplumbtoolkit/browser-ui > DragEventHandlers
DragEventHandlers interface
Handlers you can pass as an argument to various element drag methods, to interrupt the drag and inspect what's going on.
Signature:
export interface DragEventHandlers
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
afterDown? | Function | (Optional) | |
afterMove? | Function | (Optional) | |
afterUp? | Function | (Optional) |