ObjectType
Home > @gooddata/sdk-ui-catalog > ObjectType
ObjectType type
Represents the supported catalog object types in the Analytics Catalog UI.
Signature:
export type ObjectType = Extract<ModelObjectType, "analyticalDashboard" | "insight" | "measure" | "parameter" | "fact" | "attribute" | "dataSet">;
References: ModelObjectType