SuggestModalChooser.addSuggestion method
SuggestModalChooser › addSuggestion
Unofficial
Add a suggestion value to the list.Signature:
addSuggestion(value: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| value | T | Suggestion value to add. |
Returns: void