PopupResult
Type, Introduced in version 2.46
Contains the data of a single record result from an auto-complete search.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Values | String[] | The column values of the result row. |
|
Value | String | The primary string value of the result row. |
Example
{
"Values": null,
"Value": null
}