Skip to main content

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

ParameterTypeDescription
nodestring | Node | ElementNode id, Node, or DOM element.
groupstring | Group | ElementGroup id, Group, or DOM element.

Returns:

void