Root()
Home > @gooddata/sdk-ui-pluggable-host > Root
Root() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare function Root({ callbacks }: {
callbacks?: IRootCallbacks;
}): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ callbacks } |
{ callbacks?: IRootCallbacks; } |
Returns:
import("react/jsx-runtime").JSX.Element