Skip to main content

Home > @jsplumb/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#

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