Skip to main content

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

JsPlumbInstance.getGroupFor() method#

Gets 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"]>;

Parameters#

ParameterTypeDescription
elT["E"]

Returns:

UIGroup<T["E"]>