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": {}
}
]
}
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!