Home > @jsplumbtoolkit/browser-ui > ConnectionMovedParams
ConnectionMovedParams interface
Definition of the parameters passed to a listener for the connection:move
event.
Signature:
export interface ConnectionMovedParams<E = any>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
connection | Connection<E> | ||
index | number | ||
newEndpoint | Endpoint<E> | ||
newSourceId | string | ||
newTargetId | string | ||
originalEndpoint | Endpoint<E> | ||
originalSourceId | string | ||
originalTargetId | string |