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 | Information about publishing and permissions. This parameter is optional. |
NxMeta |
| qInfo | Identifier and type of the object. This parameter is mandatory. |
NxInfo |
| qData | Data. |
JsonObject |
| qIsScriptCreated | If set to true, it means that the variable was defined via script. |
Boolean |