SetCatalogItemsPayload
Home > @gooddata/sdk-ui-dashboard > SetCatalogItemsPayload
SetCatalogItemsPayload type
Signature:
export type SetCatalogItemsPayload = {
attributes?: ICatalogAttribute[];
measures?: ICatalogMeasure[];
facts?: ICatalogFact[];
dateDatasets?: ICatalogDateDataset[];
attributeHierarchies?: ICatalogAttributeHierarchy[];
dateHierarchyTemplates?: IDateHierarchyTemplate[];
};
References: ICatalogAttribute, ICatalogMeasure, ICatalogFact, ICatalogDateDataset, ICatalogAttributeHierarchy, IDateHierarchyTemplate