Home > @jsplumbtoolkit/browser-ui > Node > getPortTargetEdges
Node.getPortTargetEdges() 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 target of the edge.
Signature:
getPortTargetEdges(): Array<Edge>;
Returns:
Array<Edge>