Alokai

SearchSuggestionsProps

Properties for fetching product search suggestions.

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