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