Optional
anchorSpec for the anchor to use for both source and target endpoints.
Optional
anchorsIndividual anchor specs for the source/target endpoints.
Optional
connectorSpec for the connector used to paint the connection.
Optional
costCost of the connection. Defaults to 1.
Optional
deleteWhether or not to delete the connection's endpoints when this connection is detached. Defaults to false. Does not delete endpoints if they have other connections.
Optional
deleteWhether or not to delete any endpoints that were created by this connect call if at some point in the future the endpoint has no remaining connections. Defaults to false.
Optional
detachableWhether or not the connection is detachable. Defaults to true.
Optional
directedWhether or not the connection is considered to be 'directed'
Optional
endpointSpec for the endpoint to use for both source and target endpoints.
Optional
endpointSpec for the styles to use on both source and target endpoints when they are in hover state
Optional
endpointIndividual specs for the source/target endpoint styles when they are in hover state.
Optional
endpointSpec for the styles to use on both source and target endpoints
Optional
endpointIndividual specs for the source/target endpoint styles.
Optional
endpointsIndividual endpoint specs for the source/target endpoints.
Optional
hoverPaint style for the connector when in hover mode.
Optional
labelOptional label to set on the connection. In the default browser UI implementation this is rendered as a label
attribute on the SVG element representing the connection.
Optional
overlaysOptional list of overlays to attach to the connection.
Optional
paintPaint style for the connector.
Optional
parametersOptional extra parameters to associate with the connection
Optional
portsOptional port IDs for the source and target endpoints
Optional
reattachWhether or not to reattach this connection automatically should it be detached via user intervention. Defaults to false.
Optional
sourceSource for the connection - an Endpoint, or an element
Optional
targetSource for the connection - an Endpoint, or an element
Internal extension of ConnectParams containing a few extra things needed to establish a connection.