Interface: ProductShortDescriptionProps
Defined in: components/ProductShortDescription.tsx:13
Properties
className?
optionalclassName?:string
Defined in: components/ProductShortDescription.tsx:28
Extra CSS class applied to the root element.
language?
optionallanguage?:string
Defined in: components/ProductShortDescription.tsx:25
Language code used to resolve the correct localised short description. Defaults to 'NL'.
product
product:
Product|Cluster
Defined in: components/ProductShortDescription.tsx:19
Product or Cluster object.
The component reads product.shortDescriptions (an array of LocalizedString)
and renders the matching language entry as HTML.