Home > @jsplumb/browser-ui > JsPlumbInstance > getGroupFor
#
JsPlumbInstance.getGroupFor() methodGets the group associated with the given element, null if the given element does not map to a group.
Signature:
getGroupFor(el: T["E"]): UIGroup<T["E"]>;
#
ParametersParameter | Type | Description |
---|---|---|
el | T["E"] |
Returns:
UIGroup<T["E"]>