Home > @jsplumbtoolkit/browser-ui > Surface > getRenderedConnection
Surface.getRenderedConnection() method
Gets the underlying jsPlumb connection that was rendered for the Edge with the given id.
Signature:
getRenderedConnection(edgeId: string): Connection;
Parameters
Parameter | Type | Description |
---|---|---|
edgeId | string | ID of the Edge to retrieve the Connection for. |
Returns:
Connection
A jsPlumb Connection, null if not found.