Interface: PanelHost
Defined in: adapter.ts:99
Creates spatial panels - the engine-specific half of UIKitML rendering.
Extended by
Methods
createPanel()
createPanel(configJson: unknown): PanelHandle;
Defined in: adapter.ts:105
Create a panel from compiled UIKitML JSON (the { element, classes }
shape produced by the build plugin or by
@realitycollective/uix-devtools' compilePanelSource).
Parameters
| Parameter | Type |
|---|---|
configJson | unknown |