Home > @jsplumb/test > BrowserUITestSupport > fireEventOnConnection
#
BrowserUITestSupport.fireEventOnConnection() methodFire one or more events on the DOM element that represents the given connection.
Signature:
fireEventOnConnection(connection: Connection, ...events: Array<string>): void;
#
ParametersParameter | Type | Description |
---|---|---|
connection | Connection | |
events | Array<string> |
Returns:
void