User Tools

Site Tools


channel_string

Description

Defines properties of a string-valued channel.

Parent Objects

Extends

Properties

Name Description Default Required
value A string representing the default value for the parameter. “” no
current_value A string representing the current value for the parameter. “” no

Details

The current_value attribute is overridden anytime an animation is associated with the channel.

Example

{
	"id" : "size",
	"label" : "Size",
	"visible" : true,
	"locked" : true,
	"value" : "Standard",
	"current_value" : "Heavy"
}