LookupDataKeyValues
LookupData 의 한 종류
Signature:
export interface LookupDataKeyValues
Example
{
keys: [
["TOMSP", "5"],
["TOMSP", "6"]
],
values: [
["TOMSP_5X"],
["TOMSP_6X"]
]
}
Properties
Property | Type | Description |
---|---|---|
keys | string[] | string[][] | 키들 |
listResult | ListResult | dropdownEditer templateCallback의 item으로 전달되는 값 |
values | string[] | 값 |
Properties Desc
keys
키들
Type
- string[] | string[][]
listResult
dropdownEditer templateCallback의 item으로 전달되는 값
Type
- ListResult
values
값
Type
- string[]