Skip to main content

Interface: CategoryShortDescriptionProps

Defined in: components/CategoryShortDescription.tsx:11

Properties

category?

optional category?: Category

Defined in: components/CategoryShortDescription.tsx:27

Propeller Category object. The component reads category.shortDescriptions (an array of LocalizedString) and renders the matching language entry as HTML.


className?

optional className?: string

Defined in: components/CategoryShortDescription.tsx:30

Extra CSS class applied to the root element.


language

language: string

Defined in: components/CategoryShortDescription.tsx:18

Language code used to resolve the correct localised short description from category.shortDescriptions.