Skip to content

Variable: PanelUI

const PanelUI: Component<{ config: { default: string; type: String; }; maxHeight: { default: number; type: Float32; }; maxWidth: { default: number; type: Float32; }; }>

Defined in: packages/core/src/ui/ui.ts:39

Component for 3D panel UI elements with file‑based configuration.

Remarks

See

/getting-started/06-spatial-ui

Privacy | Terms