Skip to main content

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

PropertyModifiersTypeDescription
eEvent
elElement
elementsArray<DraggedElement>
payload?Record<string, any>(Optional)