AbstractInputSuggest.showSuggestions method
AbstractInputSuggest › showSuggestions
Unofficial
Display the given search results as suggestions.Signature:
showSuggestions(suggestions: SearchResult[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| suggestions | SearchResult[] | The search results to display. |
Returns: void