Skip to main content

Interface: ProductShortDescriptionProps

Defined in: components/ProductShortDescription.tsx:12

Properties

className?

optional className?: string

Defined in: components/ProductShortDescription.tsx:27

Extra CSS class applied to the root element.


language?

optional language?: string

Defined in: components/ProductShortDescription.tsx:24

Language code used to resolve the correct localised short description. Defaults to 'NL'.


product

product: Product | Cluster

Defined in: components/ProductShortDescription.tsx:18

Product or Cluster object. The component reads product.shortDescriptions (an array of LocalizedString) and renders the matching language entry as HTML.