Interface: WindowRecord
Defined in: webxr-uiextensions/src/core/window-manager.ts:44
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chrome | WindowChrome | Which title-bar buttons are enabled. | webxr-uiextensions/src/core/window-manager.ts:56 |
dockMode | DockModeValue | - | webxr-uiextensions/src/core/window-manager.ts:47 |
dragging | boolean | True while the user is actively dragging the window by its title bar. | webxr-uiextensions/src/core/window-manager.ts:52 |
handMenu | HandMenuOptions | Hand, anchor and palm gate used while the window is hand-locked. | webxr-uiextensions/src/core/window-manager.ts:58 |
hidden | boolean | Not drawn and not hittable; everything else about the window is kept. | webxr-uiextensions/src/core/window-manager.ts:50 |
id | string | - | webxr-uiextensions/src/core/window-manager.ts:45 |
minimized | boolean | - | webxr-uiextensions/src/core/window-manager.ts:48 |
region | string | undefined | The layout region the window is docked into, if any. | webxr-uiextensions/src/core/window-manager.ts:54 |
title | string | - | webxr-uiextensions/src/core/window-manager.ts:46 |