Skip to main content Skip to complementary content

getMeasureInfos method

getMeasureInfos()

Method used to get MeasureInfo for this object.

Returns

Returns an array of qMeasureInfo objects.

Parameters

None

Example

$.each(this.backendApi.getMeasureInfos(), function(key, value) { html += '<th>' + value.qFallbackTitle + '</th>'; });

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 – please let us know!