Skip to main content Skip to complementary content

getObjectProperties method

app.getObjectProperties(id)

Method used to get properties for a Qlik Sense object.

Parameters

Name Type Description
id String Object id.

Returns

A promise of an object model.

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

Example

app.getObjectProperties("uPyZavD").then(function(model){ this.title = model.properties.title; });

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!