Skip to main content Skip to complementary content

getAppLayout method

app.getAppLayout(callback)

Method used to get layout for this Qlik Sense app and registering a callback to receive the data. It returns the dynamic properties (if any) in addition to the fixed properties.

Since:
  • 1.1

Parameters

Name Type Description
callback Function

Optional.

Callback method.

Returns

A promise of a RPC reply.

Tip noteFor more information regarding a promise, see http://docs.angularjs.org/api/ng.$q.

Example

app.getAppLayout(function(layout){
	alert(layout.qTitle);
});

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!