EditorSuggest.showSuggestions method
EditorSuggest › showSuggestions
Unofficial
Display the given values as suggestions, truncated tolimit, or close the popover if there are none.Signature:
showSuggestions(results: T[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| results | T[] | The suggestion values to display. |
Returns: void