ChoiceColumn リソースの種類
columnDefinition リソースの choiceColumn は、選択肢のリストから列の値を選択できることを示します。
JSON 表記
以下は、choiceColumn リソースの JSON 表記です。
{
"allowTextEntry": true,
"choices": ["red", "blue", "green"],
"displayAs": "checkBoxes | dropDownMenu | radioButtons"
}
プロパティ
プロパティ名 | 種類 | 説明 |
---|---|---|
allowTextEntry | boolean | true の場合、設定された選択肢にないカスタム値を使用できます。 |
choices | collection(string) | この列に使用可能な値のリスト。 |
displayAs | string | UX での選択肢の表示方法。 checkBoxes 、dropDownMenu 、radioButtons のいずれかでなければなりません。 |