Home > @jsplumbtoolkit/browser-ui > Selection > getEdgeAt
Selection.getEdgeAt() method
Gets the Edge at the given index.
Signature:
getEdgeAt(idx: number): Edge;
Parameters
Parameter | Type | Description |
---|---|---|
idx | number | Index of the Edge to retrieve. |
Returns:
Edge at the given index, null if nothing found at that index.