data property

Map<String, String> data
final

Data for options.

Key in Map is the ID for selection and Value is the display label for selection.

選択肢用のデータ。

MapのKeyが選択用のID、Valueが選択用の表示ラベルになります。

Implementation

final Map<String, String> data;