Skip to content

VariableValue

typescript
type VariableValue =
  string |
  number |
  boolean |
  RGB |
  RGBA |
  VariableAlias;

The value of a variable can be a string, number, boolean, RGB value, RGBA value, or variable alias.