Interface: ProductShortDescriptionProps
Defined in: components/ProductShortDescription.tsx:12
Properties
className?
optionalclassName?:string
Defined in: components/ProductShortDescription.tsx:27
Extra CSS class applied to the root element.
language?
optionallanguage?: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.