getMeasureInfos method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
backendApi.getMeasureInfos()
Gets qMeasureInfo for this object.
Version history
Version state | Details |
---|---|
Introduced | 1.0 |
Parameters
None
Returns
An array of qMeasureInfo objects.
Example
$.each(this.backendApi.getMeasureInfos(), function(key, value) {
html += '<th>' + value.qFallbackTitle + '</th>';
});