AbstractInputSuggest
โบ getSuggestions
AbstractInputSuggest.getSuggestions() method
Signature:
protected abstract getSuggestions(query: string): T[] | Promise<T[]>;
Parameters
Parameter | Type | Description |
---|---|---|
query | string |
Returns:
T[] | ``Promise<T[]>