Skip to main content

Home > @jsplumbtoolkit/core > Selection > getGroup

Selection.getGroup() method

Gets the Group with the given ID, if it is in the selection.

Signature:

getGroup(id: string): Group;

Parameters

ParameterTypeDescription
idstringID of the Group to retrieve

Returns:

Group