Skip to main content

Interface: PanelReadyEvent

Defined in: packages/webxr-uiextensions/src/adapter.ts:112

A window whose panel has finished loading and is ready to be wired. Delivered by WindowHost.onPanelReady.

Properties

PropertyTypeDescriptionDefined in
idstringThe window's id, as given to the scene descriptor / create call.packages/webxr-uiextensions/src/adapter.ts:114
kind?"window" | "panel"What became ready. - window - created through the adapter's window factory and managed by the window manager, so id is the id the caller asked for. - panel - a bare panel the adapter noticed. id is then the adapter's best stable identifier for it, which on IWSDK is the panel's config path. Left optional so existing listeners keep compiling; adapters set it.packages/webxr-uiextensions/src/adapter.ts:128
panelPanelHandleThe live panel - traverse it, or look elements up by markup id.packages/webxr-uiextensions/src/adapter.ts:116