Skip to content

Interface: PanelUIProps

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

Props accepted by the PanelUI component.

Properties

config

config: string

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

Path to compiled UIKitML JSON.

Example

ts
"/ui/settings.json"

maxHeight?

optional maxHeight: number

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

Max panel height in meters.

Default Value

ts
1

maxWidth?

optional maxWidth: number

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

Max panel width in meters.

Default Value

ts
1