WorkspaceProvider()
Home > @gooddata/sdk-ui > WorkspaceProvider
WorkspaceProvider() function
WorkspaceProvider can be used to inject analytical workspace instance to all ui-sdk components in your app.
Signature:
export declare function WorkspaceProvider({ children, workspace }: IWorkspaceProviderProps): import("react/jsx-runtime").JSX.Element;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { children, workspace } | 
Returns:
import("react/jsx-runtime").JSX.Element