Skip to main content

Home > @jsplumbtoolkit/core > Selection > getEdgeAt

Selection.getEdgeAt() method

Gets the Edge at the given index.

Signature:

getEdgeAt(idx: number): Edge;

Parameters

ParameterTypeDescription
idxnumberIndex of the Edge to retrieve.

Returns:

Edge

Edge at the given index, null if nothing found at that index.