Skip to main content

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

PropertyTypeDefined in
namestringpackages/webxr-uiextensions/src/contract-cases.ts:54

Methods

run()

run(setup: WindowHostContractSetup): void;

Defined in: packages/webxr-uiextensions/src/contract-cases.ts:55

Parameters

ParameterType
setupWindowHostContractSetup

Returns

void