Skip to main content

Home > @jsplumb/browser-ui > JsPlumbInstance > getGroup

JsPlumbInstance.getGroup() method#

Gets the group with given id, null if not found.

Signature:

getGroup(groupId: string): UIGroup<T["E"]>;

Parameters#

ParameterTypeDescription
groupIdstring

Returns:

UIGroup<T["E"]>