Skip to main content Skip to complementary content

getObjectProperties method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.app.getObjectProperties(id)

Gets properties for a Qlik Sense object.

Version history

Version history
Version state Details
Introduced 1.0

Parameters

id

Type: String

Object ID.

Returns

A promise of an object model.

Tip noteFor more information regarding a promise, see The Promise API.

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!