Skip to main content

Home > @jsplumbtoolkit/core > Node > getPortSourceEdges

Node.getPortSourceEdges() method

Gets all Edges that are connected to Ports on this Node, not directly to the Node itself, where the Port on this Node is the source of the edge.

Signature:

getPortSourceEdges(): Array<Edge>;

Returns:

Array<Edge>