Interface: WindowHostContractCase
Defined in: packages/webxr-uiextensions/src/contract-cases.ts:53
One check a WindowHost implementation must pass. run returns
silently on success and throws an Error describing the failure
otherwise, so any test runner can host it.
Properties
| Property | Type | Defined in |
|---|---|---|
name | string | packages/webxr-uiextensions/src/contract-cases.ts:54 |
Methods
run()
run(setup: WindowHostContractSetup): void;
Defined in: packages/webxr-uiextensions/src/contract-cases.ts:55
Parameters
| Parameter | Type |
|---|---|
setup | WindowHostContractSetup |
Returns
void