INxLocatedExpression Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxLocatedExpressionProperties
| Name | Description | 
|---|---|
| Expression | Value of the expression. JSON property name: qExpression | 
| Info | Identifier and type of the object that contains the expression. JSON property name: qInfo | 
| Location | Location of the expression within the object. JSON property name: qLocation | 
| ParentPath | This parameter is displayed if the expression is located in a child object. The path of the parent of the child is given. The format of the parent path is: /<type of the parent>:<identifier of the parent> JSON property name: qParentPath | 
| Tags | Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII JSON property name: qTags |