CatalogItemType
Home > @gooddata/sdk-model > CatalogItemType
CatalogItemType type
Type representing catalog item type - attribute, measure, fact, dateDataset, attributeHierarchy or computedAttribute
Signature:
export type CatalogItemType = "attribute" | "measure" | "fact" | "dateDataset" | "attributeHierarchy" | "computedAttribute";