Skip to main content

Home > @jsplumbtoolkit/test-support > jsPlumbToolkitTestHarness > dblTapOnNode

jsPlumbToolkitTestHarness.dblTapOnNode() method

Simulates a double tap event on the node with the given id - a tap event is a mousedown followed by a mouseup whose page coordinates are identical to the mousedown event's page coordinates.

Signature:

dblTapOnNode(nodeId: string): void;

Parameters

ParameterTypeDescription
nodeIdstring

Returns:

void