getDimensionInfos method
Last updated: 9/17/2025
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>';
});