LookupDataKeyValues
A type of LookupData
Signature:
export interface LookupDataKeyValues
Example
{
keys: [
["TOMSP", "5"],
["TOMSP", "6"]
],
values: [
["TOMSP_5X"],
["TOMSP_6X"]
]
}
Properties
Property | Type | Description |
---|---|---|
keys | string[] | string[][] | keys |
listResult | ListResult | The value passed to the item of dropdownEditor templateCallback |
values | string[] | value |
Properties Desc
keys
keys
Type
- string[] | string[][]
listResult
The value passed to the item of dropdownEditor templateCallback
Type
- ListResult
values
value
Type
- string[]