SelectOption Data Type

SelectOption object representing a datasource value in GCN

Properties
name data type description
id number ID
key string Key
value string Value

Example

{
  "id" : 12345,
  "key" : "...",
  "value" : "..."
}