Skip to main content

Home > @jsplumbtoolkit/core > Selection > getGroupAt

Selection.getGroupAt() method

Gets the Group at the given index.

Signature:

getGroupAt(idx: number): Group;

Parameters

ParameterTypeDescription
idxnumberIndex of the Gorup to retrieve. Will return null if index out of range.

Returns:

Group

A Group, or null.