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