getDimensionInfos method
getDimensionInfos()
Method used to get DimensionInfo for this object.
Returns
Returns an array of qDimensionInfo objects.
Parameters
None
Example
$.each(this.backendApi.getDimensionInfos(), function(key, value) {
html += '<th>' + value.qFallbackTitle + '</th>';
});