LookupDataRows
A type of LookupData
Signature:
export interface LookupDataRows
Example
// key1, key2, value
rows: [
["TOMSP", "5", "TOMSP_5X"],
["TOMSP", "6", "TOMSP_6X"]
]
Properties
Property | Type | Description |
---|---|---|
rows | string[][] | array of keys and values |
Properties Desc
rows
Array of keys and values
Type
- string[][]