RealGrid2 API
Interface
LookupDataKeyValues

LookupDataKeyValues

A type of LookupData

Signature:

export interface LookupDataKeyValues

Example

{
      keys: [
          ["TOMSP", "5"],
          ["TOMSP", "6"]
      ],
      values: [
          ["TOMSP_5X"],
          ["TOMSP_6X"]
      ]
}

Properties

PropertyTypeDescription
keysstring[] | string[][]keys
listResultListResultThe value passed to the item of dropdownEditor templateCallback
valuesstring[]value

Properties Desc

keys

keys

Type - string[] | string[][]


listResult

The value passed to the item of dropdownEditor templateCallback

Type - ListResult


values

value

Type - string[]