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

Interface: IColorTimelinePropertyItemOptions experimental

Beta

Optional properties for Color Timeline property item

Extends

Properties

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?: IColorTimelinePropertyItemEntry[]

Beta

Remarks

List of nodes entries in the color timeline.


isGraphReadOnly?

optional isGraphReadOnly?: boolean

Beta

Remarks

True means nodes cannot be dragged or modified


onNodeAdded?

optional onNodeAdded?: (node) => void

Beta

Parameters

node

IColorTimelinePropertyItemEntry

Returns

void

Remarks

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


onNodeChanged?

optional onNodeChanged?: (node) => void

Beta

Parameters

node

IColorTimelinePropertyItemEntry

Returns

void

Remarks

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


onNodeRemoved?

optional onNodeRemoved?: (node) => void

Beta

Parameters

node

IColorTimelinePropertyItemEntry

Returns

void

Remarks

Callback triggered when an RGBA 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.


renderGradientBackground?

optional renderGradientBackground?: boolean

Beta

Remarks

Flag that enables gradient background color on the timeline to be rendered, default is true


showAlpha?

optional showAlpha?: boolean

Beta

Remarks

False means the alpha elements will not be shown in the color picker


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