NxVariableListItem
Properties
| Name | Description | Type | 
|---|---|---|
| qName | Name of the variable. | String | 
| qDescription | Description of the variable. | String | 
| qDefinition | Definition of the variable. It can be a value or an expression. | String | 
| qIsConfig | If set to true, it means that the variable is a system variable. A system variable provides information about the system and is set by the engine. The content cannot be changed by the user. This parameter is optional. The default value is false. | Boolean | 
| qIsReserved | If set to true, it means that the variable is reserved. The default value is false. This parameter is optional. Examples: 
 | Boolean | 
| qMeta | Layout for NxMetaDef. | NxMeta | 
| qInfo | NxInfo | |
| qData | Contains dynamic JSON data specified by the client. | JsonObject | 
| qIsScriptCreated | If set to true, it means that the variable was defined via script. | Boolean | 
See also