Skip to content

SuggestModalChooser.addSuggestion method

SuggestModalChooser › addSuggestion

Unofficial

Add a suggestion value to the list. Does nothing while SuggestModalChooser.values is null.

Signature:

addSuggestion(value: T): void

Parameters:

ParameterTypeDescription
valueTSuggestion value to add.

Returns: void