# VariableValue
## Enum Variants
| Rgb | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
| Rgba | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
| String | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
| VariableAlias | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
| bool | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
| f64 | The value for the variable. The value must match the variable's type. If setting to a variable alias, the alias must resolve to this type. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)