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