Click or drag to resize
InteractDef Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineInteractDef

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class InteractDef : IInteractDef

The InteractDef type exposes the following members.

Constructors
  NameDescription
Public methodInteractDef
Initializes a new instance of the InteractDef class
Top
Properties
  NameDescription
Public propertyButtons
Buttons displayed in the message box dialog. This property is relevant if qType is IT_MSGBOX. One of: 0 means that the qButtons property is not relevant. 17 means that the message box contains the OK and Cancel buttons or the stop-sign icon.
Public propertyHidden
This property is set to true if the returned statement is an hidden script statement.
Public propertyInput
Is not used in Qlik Sense.
Public propertyLine
Next script statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE.
Public propertyMsg
Message used in the message box dialog. This property is relevant if qType is IT_MSGBOX.
Public propertyNewLineNr
First line number of the next statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE.
Public propertyOldLineNr
First line number of the previously executed statement. This property is used if the type of interaction is IT_SCRIPTLINE.
Public propertyPath
Path specified by the Include script variable. This property is used if the type of interaction is IT_SCRIPTLINE. Example of an Include variable: $(Include=lib:\\MyDataFiles\abc.txt);
Public propertyResult
Not relevant for describing the requested user interaction.
Public propertyTitle
Title used in the message box dialog. This property is relevant if qType is IT_MSGBOX.
Public propertyType
Interaction type.
Top
See Also