Skip to main content

Home > @jsplumbtoolkit/core > Node > getAllSourceEdges

Node.getAllSourceEdges() 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 source of edge

Signature:

getAllSourceEdges(): Edge[];

Returns:

Edge[]