Skip to main content

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

DragGroupsPlugin.assignToDragGroup() method

Runs each of the given objects through the code that automatically assigns them to a drag group. Since this

Signature:

assignToDragGroup(...objects: Array<string | Node | ObjectData | jsPlumbToolkitDOMElement>): void;

Parameters

ParameterTypeDescription
objectsArray<string | Node | ObjectData | jsPlumbToolkitDOMElement>

Returns:

void