Skip to main content

Home > @jsplumbtoolkit/core > Group > getInternalEdges

Group.getInternalEdges() method

Gets all the edges from the group, any ports the Group has, and any edges connected to all child vertices of the group. Prior to 5.13.0 this method did not exist and getAllEdges did what this method does.

Signature:

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

Parameters

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

Returns:

Array<Edge>