kebabCase
●db · /index·function
Converts a camelCase token key to kebab-case for use in a CSS custom-property name.
Signature
function kebabCase(value: string): string;Parameters
| Name | Type | Description |
|---|---|---|
value | string |
Returns
The kebab-case form (e.g. border-color).
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme
JsonValue
JSONserializable value accepted as a feature flag defaultValue, targeting rule output, or option value. All flag storage uses this union — the Convex featureFla
LimitFilters
Union of pagination shapes accepted by service query methods. Callers may pass either a plain limit cap or a forward/backward cursor pair (first/last) — both ar