Home > @yext/search-ui-react > AlternativeVerticalsProps
Props for AlternativeVerticals().
Signature:
export interface AlternativeVerticalsProps
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. |