Skip to main content

Home > @jsplumbtoolkit/browser-ui > Surface > getConnectionsForEdges

Surface.getConnectionsForEdges() method

Gets an array of Connections for the given array of Edges.

Signature:

getConnectionsForEdges(edges: Array<Edge>): Array<Connection>;

Parameters

ParameterTypeDescription
edgesArray<Edge>

Returns:

Array<Connection>