Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > dragNodeIntoGroup
jsPlumbToolkitTestHarness.dragNodeIntoGroup() method
Drag the given node into the given group.
Signature:
dragNodeIntoGroup(node: string | Node | Element, group: string | Group | Element): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| node | string | Node | Element | Node id, Node, or DOM element. |
| group | string | Group | Element | Group id, Group, or DOM element. |
Returns:
void