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
| Parameter | Type | Description |
|---|---|---|
| groupId | string |
Returns:
The requested Group, if found, otherwise null.