cartLineCustomProperty
●db · /index·function
Maps a key to the --cart-line-* custom property it serializes to.
Signature
function cartLineCustomProperty(key: keyof ResolvedCartLineTokens): string;Parameters
| Name | Type | Description |
|---|---|---|
key | keyof ResolvedCartLineTokens |
Returns
The CSS custom-property name (including the leading --).
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme
BaseTimestamps
Managed timestamp fields every document carries. The Convex rows persist these as epochms numbers (preserving the source Mongo timestamps: true values across th
CommerceProvider
Discriminated union of all supported commerce provider configurations. Narrow by commerceProvider.type to access providerspecific credential fields.