Skip to main content Skip to complementary content

currApp method

qlik.currApp(reference)

Method used to get a reference to the current app. Use this method in an extension to get a reference to the app currently displayed.

Since:
  • 1.0

Parameters

Name Type Description
reference Object

Optional.

Reference to extension object.

This parameter was introduced in Qlik Sense version 1.1.

Returns

App JavaScript object with app methods.

See: qlik.app

Example

var app = qlik.currApp(this);
	app.clearAll();

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!