Home > @jsplumbtoolkit/core > JsPlumbToolkit > getGroupAt
JsPlumbToolkit.getGroupAt() method
Returns the Group at the given index, null if not found.
Signature:
getGroupAt(idx: number): Group;
Parameters
| Parameter | Type | Description |
|---|---|---|
| idx | number | Index into group list |
Returns: