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