InteractDef
Properties
| Name | Description | Type | 
|---|---|---|
| qType | 
			 Interaction type. One of: 
  | 
	String | 
| qTitle | 
			 Title used in the message box dialog. This property is relevant if qType is IT_MSGBOX.  | 
	String | 
| qMsg | 
			 Message used in the message box dialog. This property is relevant if qType is IT_MSGBOX.  | 
	String | 
| qButtons | 
			 Buttons displayed in the message box dialog. This property is relevant if qType is IT_MSGBOX. One of: 
  | 
	Integer | 
| qLine | 
			 Next script statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE.  | 
	String | 
| qOldLineNr | 
			 First line number of the previously executed statement. This property is used if the type of interaction is IT_SCRIPTLINE.  | 
	Integer | 
| qNewLineNr | 
			 First line number of the next statement to be executed. This property is used if the type of interaction is IT_SCRIPTLINE.  | 
	Integer | 
| qPath | 
			 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);  | 
	String | 
| qHidden | 
			 This property is set to true if the returned statement is an hidden script statement.  | 
	Boolean | 
| qResult | 
			 Not relevant for describing the requested user interaction.  | 
	Integer | 
| qInput | 
			 Is not used in Qlik Sense.  | 
	String |