IAnalyticsCatalogDetailProps
Home > @gooddata/sdk-ui-catalog > IAnalyticsCatalogDetailProps
IAnalyticsCatalogDetailProps interface
Signature:
export interface IAnalyticsCatalogDetailProps extends Omit<ICatalogDetailProps, "objectId" | "objectType">
Extends: Omit<ICatalogDetailProps, "objectId" | "objectType">
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) An analytical backend to use within the analytics catalog. Can be omitted and taken from context. | |||
|
string |
(Optional) A locale to use for translations. Can be omitted and taken from context. | ||
|
string |
An object id of the catalog item. | ||
|
An object type of the catalog item. | |||
|
string |
(Optional) A workspace to use within the analytics catalog. Can be omitted and taken from context. |