CatalogCreateObjectType
Home > @gooddata/sdk-ui-catalog > CatalogCreateObjectType
CatalogCreateObjectType type
Represents the object types that can be created from the Analytics Catalog.
Signature:
export type CatalogCreateObjectType = Extract<ObjectType, "analyticalDashboard" | "insight" | "measure" | "parameter">;
References: ObjectType