qlik.app
Interface
qlik.app
The app interface is the external interface to a Qlik Sense app and contains methods for app level commands.
List of interfaces
| Interface | Description |
|---|---|
| qlik.app.bookmark | External interface to the bookmarks in a Qlik Sense app. |
| qlik.app.field | External interface to the fields in a Qlik Sense app and contain methods for field level commands. |
| qlik.app.variable | External interface to Qlik Sense variables |
List of methods
| Method | Description |
|---|---|
| back | Method used to return back to previous selection. |
| clearAll | Method used to clear all selections. |
| createCube | Method used to define a Qlik Sense hypercube and register a callback to receive the data. |
| createGenericObject | Method used to create a Qlik Sense Generic object and register callback to receive the data. The generic object can contain hyper cubes, lists and/or string and value expressions. |
| createList | Method used to define a Qlik Sense list of field values and register a callback to receive the data. |
| field | Method used as field interface. |
| forward | Method used to step forward in list of selections. |
| getAppObjectList | Method used to get a list of Qlik Sense sheets and objects and registers a callback to receive the data. |
| getList | Method used to get a list of internal Qlik Sense objects and to register a callback to receive the data. |
| getObject | Method used to insert a Qlik Sense object into a HTML element. |
| getObjectProperties | Method used to get properties for a Qlik Sense object. |
| lockAll | Method used to lock all selections. |
| unlockAll | Method used to unlock all selections. |