Interface: WindowChrome
Defined in: webxr-uiextensions/src/core/window-manager.ts:26
Which title-bar buttons are enabled. Keys match the chrome element ids in
WINDOW_CHROME_IDS. A disabled button is hidden and its click ignored.
Every button is OFF unless the app turns it on.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
close | boolean | Close (destroy) the window. | webxr-uiextensions/src/core/window-manager.ts:34 |
dock | boolean | Return the window to its home (spawn region or original placement). | webxr-uiextensions/src/core/window-manager.ts:30 |
minimize | boolean | Minimize / restore toggle. | webxr-uiextensions/src/core/window-manager.ts:32 |
pin | boolean | Body-follow ⇄ world-locked toggle. | webxr-uiextensions/src/core/window-manager.ts:28 |