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