Skip to main content

Home > @jsplumbtoolkit/core > Selection > getEdges

Selection.getEdges() method

Gets all the edges in the selection

Signature:

getEdges(): Array<Edge>;

Returns:

Array<Edge>

All the edges in the selection, perhaps an empty list. Never null.