Skip to content

AbstractInputSuggest.showSuggestions method

AbstractInputSuggest › showSuggestions

Unofficial

Display the given search results as suggestions.

Signature:

showSuggestions(suggestions: SearchResult[]): void

Parameters:

Parameter Type Description
suggestions SearchResult[] The search results to display.

Returns: void