Skip to content

SuggestModalChooser.addSuggestion method

SuggestModalChooser › addSuggestion

Unofficial

Add a suggestion value to the list.

Signature:

addSuggestion(value: T): void

Parameters:

Parameter Type Description
value T Suggestion value to add.

Returns: void