Skip to content

EditorSuggest.showSuggestions method

EditorSuggest › showSuggestions

Unofficial

Show suggestions.

Signature:

showSuggestions(results: SearchResult[]): void

Parameters:

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

Returns: void