Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

search-ui-react.sectionprops.md

File metadata and controls

24 lines (16 loc) · 1.17 KB

Home > @yext/search-ui-react > SectionProps

SectionProps interface

The configuration of a section template for a vertical's results on a universal page.

Signature:

export interface SectionProps<T = DefaultRawDataType> 

Properties

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.