Skip to content

VariableValue

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

变量的值可以是字符串、数字、布尔值、RGB 值、RGBA 值或变量别名。