Home > @jsplumb/test > BrowserUITestSupport > dblTapOnOverlay
#
BrowserUITestSupport.dblTapOnOverlay() methodFire a double tap event on a connection's overlay
Signature:
dblTapOnOverlay(connection: Connection, overlayId: string): void;
#
ParametersParameter | Type | Description |
---|---|---|
connection | Connection | Connection to which the overlay belongs |
overlayId | string | ID of the overlay to fire the event on |
Returns:
void