Skip to main content

Home > @jsplumbtoolkit/core > Node > getDirectTargetEdges

Node.getDirectTargetEdges() method

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

Signature:

getDirectTargetEdges(): Edge[];

Returns:

Edge[]