Interface: INumberTimelinePropertyItemOptions experimental
Beta
Optional properties for Number Timeline property item
Extends
Properties
bounds?
optionalbounds?:object
Beta
maxValue
maxValue:
number
minValue
minValue:
number
Remarks
The data bounds for the value node property
decimalPrecision?
optionaldecimalPrecision?:number
Beta
Remarks
Custom precision for the calculations
disableAddRemoveNodes?
optionaldisableAddRemoveNodes?:boolean
Beta
Remarks
If true, nodes cannot be added or removed
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
entries?
optionalentries?:INumberTimelinePropertyItemEntry[]
Beta
Remarks
List of nodes entries in the color timeline.
gridSeparatorSliceCount?
optionalgridSeparatorSliceCount?:any
Beta
Remarks
The separator slice count for the graph thin lines
gridSeparatorStepCount?
optionalgridSeparatorStepCount?:any
Beta
Remarks
The separator step counts for the graph bold lines
isGraphReadOnly?
optionalisGraphReadOnly?:boolean
Beta
Remarks
True means nodes cannot be dragged or modified
onNodeAdded?
optionalonNodeAdded?: (node) =>void
Beta
Parameters
node
INumberTimelinePropertyItemEntry
Returns
void
Remarks
Callback triggered when a new number node is added to the timeline.
onNodeChanged?
optionalonNodeChanged?: (node) =>void
Beta
Parameters
node
INumberTimelinePropertyItemEntry
Returns
void
Remarks
Callback triggered when a timeline node's number value changes.
onNodeRemoved?
optionalonNodeRemoved?: (node) =>void
Beta
Parameters
node
INumberTimelinePropertyItemEntry
Returns
void
Remarks
Callback triggered when an number node is removed from the timeline. *
onTimeChanged?
optionalonTimeChanged?: (current,prev) =>void
Beta
Parameters
current
number
prev
number
Returns
void
Remarks
This callback is called when UI control time is changed.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
