Suggestion.suggestSuffix

This function requests potential text to append to @typed_text to make it more clear to the user what they will be activating by selecting this suggestion. For example, if they start typing "gno", a potential suggested suffix might be "me.org" to create "gnome.org".

class Suggestion
string
suggestSuffix
(
string typedText
)

Parameters

typedText
Type: string

The user entered text

Return Value

Type: string

Suffix to append to @typed_text or %NULL to leave it unchanged.

Meta