| InteractDef Class |
Namespace: Qlik.Engine
The InteractDef type exposes the following members.
| Name | Description | |
|---|---|---|
| InteractDef | Initializes a new instance of the InteractDef class |
| Name | Description | |
|---|---|---|
| Buttons | 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. | |
| Hidden | This property is set to true if the returned statement is an hidden script statement. | |
| Input | Is not used in Qlik Sense. | |
| Line | Next script statement to be executed.
This property is used if the type of interaction is IT_SCRIPTLINE. | |
| Msg | Message used in the message box dialog.
This property is relevant if qType is IT_MSGBOX. | |
| NewLineNr | First line number of the next statement to be executed.
This property is used if the type of interaction is IT_SCRIPTLINE. | |
| OldLineNr | First line number of the previously executed statement.
This property is used if the type of interaction is IT_SCRIPTLINE. | |
| Path | 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); | |
| Result | Not relevant for describing the requested user interaction. | |
| Title | Title used in the message box dialog.
This property is relevant if qType is IT_MSGBOX. | |
| Type | Interaction type. |