Home > widget-integration > PriceTransformContext
PriceTransformContext interface
Price transformation context with DOM and settings
Signature:
export interface PriceTransformContext
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ translation?: { productItem?: { amount?: string; savingAmount?: string; }; }; } |
(Optional) | ||
|
"filter" | "recommendation" | string |
(Optional) | ||
|
Document | HTMLElement | |||
|
{ themeSettings?: { productItems?: { productInfo?: { textAlign?: string; elements?: { price?: PriceDisplaySettings$1; }; }; }; }; } |
(Optional) |