Skip to main content

Home > @jsplumbtoolkit/core > Node > getAllTargetEdges

Node.getAllTargetEdges() method

Gets all of the Edges connected to this Node, both on the Node itself and on all of its Ports, where this node/port is the target of edge

Signature:

getAllTargetEdges(): Edge[];

Returns:

Edge[]