Home > @yext/search-ui-react > SectionProps
The configuration of a section template for a vertical's results on a universal page.
Signature:
export interface SectionProps<T = DefaultRawDataType>
Property | Type | Description |
---|---|---|
CardComponent? | CardComponent<T> | (Optional) The card to use for this vertical. |
header? | JSX.Element | (Optional) A header to display above the results. |
results | Result<T>[] | The results from this vertical. |
verticalKey | string | The key for the vertical. |
viewMore? | boolean | (Optional) Whether or not to allow more results to be viewed. |