CatalogItem
Home > @gooddata/sdk-model > CatalogItem
CatalogItem type
Type representing catalog item - attribute, measure, fact, dateDataset or computedAttribute
Signature:
export type CatalogItem = ICatalogAttribute | ICatalogMeasure | ICatalogFact | ICatalogDateDataset | ICatalogAttributeHierarchy | ICatalogComputedAttribute;
References: ICatalogAttribute, ICatalogMeasure, ICatalogFact, ICatalogDateDataset, ICatalogAttributeHierarchy, ICatalogComputedAttribute