For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/IVector3PropertyItemOptions.md.

Interface: IVector3PropertyItemOptions experimental

Beta

Optional properties for Vector3 property item

Extends

Properties

enable?

optional enable?: boolean

Beta

Remarks

Initial enabled state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.enable


hasClearButton?

optional hasClearButton?: boolean

Beta

Remarks

Shows clear button for the item. If undefined, it will be true.


hiddenLabel?

optional hiddenLabel?: boolean

Beta

Remarks

If true label text will be hidden. It will be visible by default.


hideYAxis?

optional hideYAxis?: boolean

Beta

Remarks

Hides Y axis input field. If undefined, it will be false.


isInteger?

optional isInteger?: boolean

Beta

Remarks

If we should treat the Vector3 properties as integer values. By default is false.


max?

optional max?: any

Beta

Remarks

The min possible limits. If undefined, Number.MAX_SAFE_INTEGER will be used.


min?

optional min?: any

Beta

Remarks

The min possible limits. If undefined, Number.MIN_SAFE_INTEGER will be used.


onChange?

optional onChange?: (newValue, oldValue) => void

Beta

Parameters

newValue

Vector3

oldValue

Vector3

Returns

void

Remarks

This callback is called when UI control is changed.


style?

optional style?: PaneItemStyle

Beta

Remarks

Optional styling overrides for the item.

Inherited from

IPropertyItemOptionsBase.style


title?

optional title?: LocalizedString

Beta

Remarks

Localized title of the property item


tooltip?

optional tooltip?: BasicTooltipContent

Beta

Remarks

Tooltip description of the property item


visible?

optional visible?: boolean

Beta

Remarks

Initial visibility state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.visible