IAnalyticsCatalogProps
Home > @gooddata/sdk-ui-catalog > IAnalyticsCatalogProps
IAnalyticsCatalogProps interface
Signature:
export interface IAnalyticsCatalogProps
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. | ||
|
() => void |
(Optional) Handler when closing catalog detail. | ||
|
(ref: ICatalogItemRef) => void |
(Optional) Handler when opening catalog detail. | ||
|
(event: MouseEvent, ref: ICatalogItemRef) => void |
(Optional) Handler for navigating to a catalog item. Consumers can handle route changes. | ||
|
(e: MouseEvent, linkClickEvent: OpenHandlerEvent) => void |
(Optional) Handler for opening catalog items. | ||
|
(objectType: CatalogCreateObjectType) => void |
(Optional) Handler for creating a new object from the catalog header. | ||
|
(Optional) Reference to the catalog item to open on initial render. | |||
|
string |
(Optional) A workspace to use within the analytics catalog. Can be omitted and taken from context. |