IInteractDef Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IInteractDef
Properties
Name | Description |
---|---|
Buttons |
Buttons displayed in the message box dialog. This property is relevant if One of: * 0 means that the * 17 means that the message box contains the OK and Cancel buttons or the stop -sign icon. JSON property name: qButtons |
Hidden |
This property is set to true if the returned statement is an hidden script statement. JSON property name: qHidden |
Input |
Is not used in Qlik Sense. JSON property name: qInput |
Line |
Next script statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE. JSON property name: qLine |
Msg |
Message used in the message box dialog. This property is relevant if JSON property name: qMsg |
NewLineNr |
First line number of the next statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE. JSON property name: qNewLineNr |
OldLineNr |
First line number of the previously executed statement. This property is used if the type of interaction is IT_SCRIPTLINE. JSON property name: qOldLineNr |
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:
JSON property name: qPath |
Result |
Not relevant for describing the requested user interaction. JSON property name: qResult |
Title |
Title used in the message box dialog. This property is relevant if JSON property name: qTitle |
Type |
Interaction type. JSON property name: qType |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!