Home > @jsplumb/core > InternalConnectParams
#
InternalConnectParams interfaceInternal extension of ConnectParams containing a few extra things needed to establish a connection.
Signature:
export interface InternalConnectParams<E> extends ConnectParams<E>
Extends: ConnectParams<E>
#
PropertiesProperty | Type | Description |
---|---|---|
id? | string | (Optional) |
newConnection? | (p: any) => Connection | (Optional) |
scope? | string | (Optional) |
sourceEndpoint? | Endpoint<E> | (Optional) |
targetEndpoint? | Endpoint<E> | (Optional) |
type? | string | (Optional) |