ValueKind
●db · /index·type
The kind of value a theme token holds, driving which admin control renders for it. color →
swatch + hex/CSS text; dimension → free-text (rem/px/%/aspect/shadow/duration); number →
numeric input; enum → select; boolean → switch.
Definition
type ValueKind = 'color' | 'dimension' | 'number' | 'enum' | 'boolean';'color' | 'dimension' | 'number' | 'enum' | 'boolean'
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme