CatalogHelper
Home > @gooddata/sdk-ui > CatalogHelper
CatalogHelper class
Warning: This API is now obsolete.
catalog helper is deprecated in favor of code-based catalog that can be generated by catalog-export tool
Tool that exposes API that to look up measures, attributes, visualizations and other metadata elements
Signature:
export declare class CatalogHelper
Example
import catalog from './catalog.json';
const C = new CatalogHelper(catalog);
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(catalog) | Constructs a new instance of the CatalogHelper class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| attributes | { [key: string]: IAttrItem; } | ||
| dateDataSets | { [key: string]: IDataSet; } | ||
| measures | { [key: string]: IIdentifierWithTags; } | ||
| visualizations | { [key: string]: IIdentifierWithTags; } |