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/IVector3TimelinePropertyItemOptions.md.

Interface: IVector3TimelinePropertyItemOptions experimental

Beta

Optional properties for Vector3 Timeline property item

Extends

Properties

bounds?

optional bounds?: object

Beta

maxValue

maxValue: number

minValue

minValue: number

Remarks

The data bounds for the value node property


decimalPrecision?

optional decimalPrecision?: number

Beta

Remarks

Custom precision for the calculations


disableAddRemoveNodes?

optional disableAddRemoveNodes?: boolean

Beta

Remarks

If true, nodes cannot be added or removed


enable?

optional enable?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.enable


entries?

optional entries?: IVector3TimelinePropertyItemEntry[]

Beta

Remarks

List of nodes entries in the vector3 timeline.


isGraphReadOnly?

optional isGraphReadOnly?: boolean

Beta

Remarks

True means nodes cannot be dragged or modified


onNodeAdded?

optional onNodeAdded?: (node) => void

Beta

Parameters

node

IVector3TimelinePropertyItemEntry

Returns

void

Remarks

Callback triggered when a new vector3 node is added to the timeline.


onNodeChanged?

optional onNodeChanged?: (node) => void

Beta

Parameters

node

IVector3TimelinePropertyItemEntry

Returns

void

Remarks

Callback triggered when a timeline node's vector3 value changes.


onNodeRemoved?

optional onNodeRemoved?: (node) => void

Beta

Parameters

node

IVector3TimelinePropertyItemEntry

Returns

void

Remarks

Callback triggered when a vector3 node is removed from the timeline. *


onTimeChanged?

optional onTimeChanged?: (current, prev) => void

Beta

Parameters

current

number

prev

number

Returns

void

Remarks

This callback is called when UI control time 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


visible?

optional visible?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.visible