AutocompleteItem Data Type

Item that is returned to autocomplete calls

Properties
name data type description
label string Label of the autocomplete item
value string Value of the autocomplete item

Example

{
  "label" : "...",
  "value" : "..."
}