Home > @jsplumb/browser-ui > DragStopPayload
#
DragStopPayload interfacePayload for drag:stop
event. In addition to the base payload, contains a redraw result object, listing all the connections and endpoints that were affected by the drag.
Signature:
export interface DragStopPayload
#
PropertiesProperty | Type | Description |
---|---|---|
e | Event | |
el | Element | |
elements | Array<DraggedElement> | |
payload? | Record<string, any> | (Optional) |