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