Home > @jsplumbtoolkit/browser-ui > ConnectionEstablishedParams
ConnectionEstablishedParams interface
Definition of the parameters passed to a listener for the connection
event.
Signature:
export interface ConnectionEstablishedParams<E = any>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
connection | Connection<E> | ||
source | E | ||
sourceEndpoint | Endpoint<E> | ||
sourceId | string | ||
target | E | ||
targetEndpoint | Endpoint<E> | ||
targetId | string |