ICatalogDetailContentProps
Home > @gooddata/sdk-ui-catalog > ICatalogDetailContentProps
ICatalogDetailContentProps interface
Signature:
export interface ICatalogDetailContentProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ICatalogItemRef | ICatalogItem | null |
(Optional) An object definition of the catalog item. | ||
|
string | null |
(Optional) An object id of the catalog item. | ||
|
ObjectType | null |
(Optional) An object type of the catalog item. | ||
|
(item: ICatalogItem) => void |
(Optional) Handler for catalog item create (e.g. duplicate). | ||
|
(ref: ICatalogItemRef) => void |
(Optional) Handler for catalog item delete. | ||
|
(event: MouseEvent, ref: ICatalogItemRef) => void |
(Optional) Handler for navigating to a catalog item. Consumers can handle route changes. | ||
|
(item: ICatalogItem) => void |
(Optional) Handler for catalog item update. | ||
|
(error: Error) => void |
(Optional) Handler for catalog item update error. | ||
|
(event: MouseEvent, linkClickEvent: OpenHandlerEvent) => void |
(Optional) Handler for opening catalog items. | ||
|
(tag: string) => void |
(Optional) Handler for tag click. |