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. This parameter is optional. The default value is false. Examples: • ScriptError is a reserved variable, set by the engine. • DayNames is a reserved variable, set by the user. |
Boolean |
| qMeta |
Information about publishing and permissions. This parameter is optional. |
Null or NxMeta |
| qInfo |
Identifier and type of the object. This parameter is mandatory. |
NxInfo |
| qData | Data. | JSON |
| qIsScriptCreated | If set to true, it means that the variable was defined via script. | Boolean |