Home > @jsplumb/browser-ui > JsPlumbInstance > removeGroup
#
JsPlumbInstance.removeGroup() methodRemove a group from this instance of jsPlumb.
Signature:
removeGroup(group: string | UIGroup<T["E"]>, deleteMembers?: boolean, _manipulateView?: boolean, _doNotFireEvent?: boolean): Record<string, PointXY>;
#
ParametersParameter | Type | Description |
---|---|---|
group | string | UIGroup<T["E"]> | Group to remove |
deleteMembers | boolean | Whether or not to also delete any members of the group. If this is false (the default) then group members will be removed before the group is deleted. |
_manipulateView | boolean | Not for public usage. Used internally. |
_doNotFireEvent | boolean | Not recommended for public usage, used internally. |
Returns:
Record<string, PointXY>