Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.36 KB

search-ui-react.alternativeverticalsprops.md

File metadata and controls

23 lines (15 loc) · 1.36 KB

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

AlternativeVerticalsProps interface

Props for AlternativeVerticals().

Signature:

export interface AlternativeVerticalsProps 

Properties

Property Type Description
currentVerticalLabel string The label for the current vertical.
customCssClasses? AlternativeVerticalsCssClasses (Optional) CSS classes for customizing the component styling.
displayAllOnNoResults? boolean (Optional) Whether or not all results should be displayed when there are none returned from the search. Defaults to true.
verticalConfigMap VerticalLabelMap A map of verticalKeys to the display label for that vertical.