Skip to content

EditorSuggest.showSuggestions method

EditorSuggest › showSuggestions

Unofficial

Display the given values as suggestions, truncated to limit, or close the popover if there are none.

Signature:

showSuggestions(results: T[]): void

Parameters:

ParameterTypeDescription
resultsT[]The suggestion values to display.

Returns: void