Home > widget-integration > PriceTransformContext

PriceTransformContext interface

Price transformation context with DOM and settings

Signature:

export interface PriceTransformContext 

Properties

Property

Modifiers

Type

Description

app?

{ translation?: { productItem?: { amount?: string; savingAmount?: string; }; }; }

(Optional)

blockType?

"filter" | "recommendation" | string

(Optional)

document

Document | HTMLElement

templateSettings?

{ themeSettings?: { productItems?: { productInfo?: { textAlign?: string; elements?: { price?: PriceDisplaySettings$1; }; }; }; }; }

(Optional)