Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

SearchSuggestionsProps

Properties for fetching product search suggestions.

export interface SearchSuggestionsProps extends BaseProps {
	max?: number;
	searchTerm: string;
}

Properties

NameRequiredTypeDescription
maxOptionalnumberMaximum number of results to be returned.
searchTermRequiredstringSearch term to return product search suggestions for.

Referenced Types

On this page