PlatformContextProvider()
Home > @gooddata/sdk-ui-pluggable-application > PlatformContextProvider
PlatformContextProvider() function
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