FuzzySuggestModal.getSuggestions method
FuzzySuggestModal › getSuggestions
Official
Get the suggestions for the fuzzy match.Signature:
getSuggestions(query: string): FuzzyMatch<T>[]Parameters:
| Parameter | Type | Description |
|---|---|---|
| query | string |
Returns: FuzzyMatch<T>[]
Since: 0.9.20