Skip to content

@graphty/graphty-element / config / defaultXRConfig

Variable: defaultXRConfig

const defaultXRConfig: XRConfig

Defined in: src/config/XRConfig.ts:166

Default XR configuration

Note: XR is disabled by default to avoid issues with navigator.xr.isSessionSupported() hanging in headless browser environments (CI, tests). Users who want XR should explicitly enable it by setting xr.enabled: true in their configuration.