ICatalogDetailProps
Home > @gooddata/sdk-ui-catalog > ICatalogDetailProps
ICatalogDetailProps interface
Signature:
export interface ICatalogDetailProps extends ICatalogDetailContentProps
Extends: ICatalogDetailContentProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) Data test id for the overlay. | ||
|
HTMLElement |
(Optional) Node to which the overlay should be attached. | ||
|
() => void |
Callback to be called when the overlay should be closed. | ||
|
boolean |
Whether the overlay is open or not. | ||
|
number |
(Optional) Z-index of the overlay. |