Home > @jsplumbtoolkit/browser-ui > DragStopPayload
DragStopPayload interface
Payload 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
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
e | Event | ||
el | Element | ||
elements | Array<DraggedElement> | ||
payload? | Record<string, any> | (Optional) |