VariableList
Overview
Lists the variables in an app. Is the layout for VariableListDef.
Properties
Name | Description | Type |
---|---|---|
qItems | List of the variables. | Array NxVariableListItem |
Example
"qVariableList": {
"qItems": [
{
"qName": "Variable01",
"qInfo": {
"qId": "VB01",
"qType": "Variable"
},
"qData": {}
}
]
}