Skip to main content

Home > @jsplumbtoolkit/core > Node > getDirectSourceEdges

Node.getDirectSourceEdges() method

Gets all Edges directly connected to this Vertex, ie. not to one of the Ports on the Vertex, where this Vertex is the source. This is an alias for getSourceEdges.

Signature:

getDirectSourceEdges(): Edge[];

Returns:

Edge[]