Skip to main content

Home > @jsplumbtoolkit/browser-ui-plugin-drag-groups > DragGroupsPlugin > removeFromDragGroup

DragGroupsPlugin.removeFromDragGroup() method

Removes the given object(s) from any drag group they may belong to. You don't need to specify the name of the drag group since an object may belong to only one at a time.

Signature:

removeFromDragGroup(...objects: Array<string | Node | ObjectData | HTMLElement>): void;

Parameters

ParameterTypeDescription
objectsArray<string | Node | ObjectData | HTMLElement>

Returns:

void