Home > @jsplumb/browser-ui > JsPlumbInstance > getGroup
#
JsPlumbInstance.getGroup() methodGets the group with given id, null if not found.
Signature:
getGroup(groupId: string): UIGroup<T["E"]>;
#
ParametersParameter | Type | Description |
---|---|---|
groupId | string |
Returns:
UIGroup<T["E"]>