Skip to main content Skip to complementary content

IInteractDef Interface

Namespace: Qlik.Engine
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 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.

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 qType is IT_MSGBOX.

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:

$(Include=lib:\\MyDataFiles\abc.txt);

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 qType is IT_MSGBOX.

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!