Skip to main content

Home > @jsplumbtoolkit/browser-ui > InternalConnectParams

InternalConnectParams interface

Internal extension of ConnectParams containing a few extra things needed to establish a connection.

Signature:

export interface InternalConnectParams<E> extends ConnectParams<E> 

Extends: ConnectParams<E>

Properties

PropertyModifiersTypeDescription
id?string(Optional)
newConnection?(p: any) => Connection(Optional)
scope?string(Optional)
sourceEndpoint?Endpoint<E>(Optional)
targetEndpoint?Endpoint<E>(Optional)
type?string(Optional)