Home > @jsplumbtoolkit/browser-ui > Selection > getGroupAt
Selection.getGroupAt() method
Gets the Group at the given index.
Signature:
getGroupAt(idx: number): Group;
Parameters
Parameter | Type | Description |
---|---|---|
idx | number | Index of the Gorup to retrieve. Will return null if index out of range. |
Returns:
A Group, or null.