suggestion property

List<String> suggestion
final

A list of suggestions.

From here, the text is filtered and displayed according to the string entered.

サジェストの候補一覧。

ここから入力された文字列に対してフィルタリングされ表示されます。

Implementation

final List<String> suggestion;