Defines properties of a string-valued channel.
| 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 |
The current_value attribute is overridden anytime an animation is associated with the channel.
{
"id" : "size",
"label" : "Size",
"visible" : true,
"locked" : true,
"value" : "Standard",
"current_value" : "Heavy"
}