Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > getGroup

JsPlumbToolkit.getGroup() method

Gets a Group by its ID, or if the object is already a Group, hands that back.

Signature:

getGroup(groupId: string): Group;

Parameters

ParameterTypeDescription
groupIdstring

Returns:

Group

The requested Group, if found, otherwise null.