Skip to main content Skip to complementary content

getFullPropertyTree method

app.getFullPropertyTree(id)

Method used to get properties for a generic object, the children of the generic object and the bookmarks and/or embedded snapshots of the generic object.

Since:
  • 1.1

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.getFullPropertyTree(value.qInfo.qId).then(function(model){
	alert(model.propertyTree.qChildren.length + ' children');
});

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!