ENUM

ThemeVariableType

Type of theme variable

link GraphQL Schema definition

  • enum ThemeVariableType {
  • # Generic value (simple string)
  • GENERIC
  • # Color value
  • COLOR
  • # Color token (reusable color reference)
  • TOKEN
  • # Font configuration
  • FONT
  • # Font import URL (e.g., Google Fonts)
  • FONT_IMPORT
  • # Background configuration
  • BACKGROUND
  • # Box dimensions and spacing
  • BOX
  • }