getDimensionInfos method
getDimensionInfos()
Method used to get DimensionInfo for this object.
Information noteThis method was introduced in Qlik Sense version 1.0.
Returns
Returns an array of qDimensionInfo objects.
Example
$.each(this.backendApi.getDimensionInfos(), function(key, value) {
html += '<th>' + value.qFallbackTitle + '</th>';
});