Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

setProperties method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

backendApi.setProperties(props)

Sets properties for this object.

Version history

Version history
Version state Details
Introduced 1.0

Parameters

props

Type: Object

The properties to set.

Returns

A promise of a Qlik associative engine reply.

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

Example

var me = this;
this.backendApi.getProperties().then(function(reply){
	 reply.title = 'New title';
	 me.backendApi.setProperties(reply);
});

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!