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