Skip to main content

Type Alias: SpatialPanelOptions

SpatialPanelOptions = PanelOptions & object

Defined in: src/ui/layouts/SpatialPanel.ts:10

A fundamental UI container that lets you display app content in a 3D space. It can be thought of as a "window" or "surface" in XR. It provides visual feedback for user interactions like hovering and selecting, driven by a custom shader, and can be made draggable.

Type Declaration

dragFacingCamera?

optional dragFacingCamera: boolean

showEdge?

optional showEdge: boolean