PlatformContextProvider()
Home > @gooddata/sdk-ui-pluggable-application > PlatformContextProvider
PlatformContextProvider() 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.
React provider that binds platform context into React context.
Signature:
export declare function PlatformContextProvider({ value, children }: IPlatformContextProviderProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ value, children } |
Returns:
import("react/jsx-runtime").JSX.Element