Skip to main content

Home > @jsplumbtoolkit/core > Node > getAllEdges

Node.getAllEdges() method

Gets all of the edges connected to this node, both on the node itself and on all of its ports.

Signature:

getAllEdges(params?: {
filter: (e: Edge) => boolean;
}): Array<Edge>;

Parameters

ParameterTypeDescription
params{ filter: (e: Edge) => boolean; }Method parameters.

Returns:

Array<Edge>