VariableListDef
Overview
Defines the list of variables in an app.
Properties
| Name | Description | Type |
|---|---|---|
| qType | Type of the list. | String |
| qShowReserved | Shows the reserved variables if set to true. | Boolean |
| qShowConfig | Shows the system variables if set to true. | Boolean |
| qData | Data | JSON |
Example
"qVariableListDef":
{
"qType": "Variable"
}