IGenericVariableLayout Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Is the layout for GenericVariableProperties.
Syntax
[ValueClass]
public interface IGenericVariableLayout : IAbstractStructureProperties
| Name | Description |
|---|---|
| Info |
Identifier and type of the object. This parameter is mandatory. JSON property name: qInfo |
| IsScriptCreated |
If set to true, it means that the variable was defined via script. JSON property name: qIsScriptCreated |
| Meta |
Information about publishing and permissions. This parameter is optional. JSON property name: qMeta |
| Num |
A value. JSON property name: qNum |
| Text |
Some text. JSON property name: qText |