Hierarchy

Properties

enable?: boolean

Remarks

If the item is enabled in the UI.

maxX?: number

Remarks

The max possible value for the X axis. By default Number.MAX_SAFE_INTEGER

maxY?: number

Remarks

The max possible value for the Y axis. By default Number.MAX_SAFE_INTEGER

maxZ?: number

Remarks

The max possible value for the z axis. By default Number.MAX_SAFE_INTEGER

minX?: number

Remarks

The min possible value for the X axis. By default Number.MIN_SAFE_INTEGER

minY?: number

Remarks

The min possible value for the Y axis. By default Number.MIN_SAFE_INTEGER

minZ?: number

Remarks

The min possible value for the Z axis. By default Number.MIN_SAFE_INTEGER

onChange?: OnChangeCallback<PropertyBag, string>

Remarks

Callback to execute when the value is updated.

titleAltText?: string

Remarks

Fallback display text if no loc ID

titleStringId?: string

Remarks

Loc ID (resolved on client)

visible?: boolean

Remarks

If the item should be visible in the UI.