Skip to main content

Interface: IWSDKFeatureMapping

Defined in: service-framework-iwsdk/src/iwsdk-features.ts:39

What toIWSDKFeatures made of a request's feature strings.

Properties

PropertyModifierTypeDescriptionDefined in
features?readonlyIWSDKXRFeatureOptionsLikeThe structured flags to pass as XROptions.features, absent when nothing mapped. launchXR merges what it is given over the world's xrDefaults, so sending nothing leaves the app's defaults alone.service-framework-iwsdk/src/iwsdk-features.ts:45
unmappedreadonlyreadonly string[]Feature strings IWSDK has no key for, in the order they were first seen. They are dropped from the request. Read this to log or refuse ahead of a call, since the adapter itself says nothing about them.service-framework-iwsdk/src/iwsdk-features.ts:51