Home > @jsplumb/test > BrowserUITestSupport > (constructor)
#
BrowserUITestSupport.(constructor)Constructs a new instance of the BrowserUITestSupport
class
Signature:
constructor(_jsPlumb: BrowserJsPlumbInstance, ok: (b: boolean, m: string) => any, equal: (v1: any, v2: any, m?: string) => any);
#
ParametersParameter | Type | Description |
---|---|---|
_jsPlumb | BrowserJsPlumbInstance | |
ok | (b: boolean, m: string) => any | |
equal | (v1: any, v2: any, m?: string) => any |