Interface: CategoryShortDescriptionProps
Defined in: components/CategoryShortDescription.tsx:10
Properties
category?
optionalcategory?:Category
Defined in: components/CategoryShortDescription.tsx:26
Propeller Category object.
The component reads category.shortDescription (an array of LocalizedString)
and renders the matching language entry as HTML.
className?
optionalclassName?:string
Defined in: components/CategoryShortDescription.tsx:29
Extra CSS class applied to the root element.
language
language:
string
Defined in: components/CategoryShortDescription.tsx:17
Language code used to resolve the correct localised short description
from category.shortDescription.