...
Note: Options are always sorted alphabetically by their value.
Examples
Options with meta data:
Code Block |
---|
[
{
"value": "10009",
"meta": [
{ "title": "Project", "value": "Project A-10009 - Henderson", "show": true }
]
},
{
"value": "10054",
"meta": [
{ "title": "Project", "value": "Project X-33223 - IBM", "show": true },
{ "title": "Owner", "value": "John", "key": "owner", "show": false }
]
},
{
"value": "20092",
"meta": []
}
] |
Options for a pick list that does not support meta data. Here the “meta” node is always an empty array.
Code Block |
---|
[
{ "value": "London", "meta": [] },
{ "value": "Paris", "meta": [] }
] |