Skip to main content

Home > @jsplumbtoolkit/core > Graph > getGroupAt

Graph.getGroupAt() method

Returns the Group at the given index.

Signature:

getGroupAt(idx: number): Group;

Parameters

ParameterTypeDescription
idxnumberIndex into group list

Returns:

Group

a Group, or null if not found.