getDimensionInfos method
Note: STABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
backendApi.getDimensionInfos()
Gets qDimensionInfo for this object.
Version history
Introduced | 1.0 |
Parameters
None
Returns
An array of qDimensionInfo objects.
qDimensionInfo section in the HyperCube topic.
Example
$.each(this.backendApi.getDimensionInfos(), function(key, value) {
html += '<th>' + value.qFallbackTitle + '</th>';
});