BackendProviderWithCorrelation()
Home > @gooddata/sdk-ui > BackendProviderWithCorrelation
BackendProviderWithCorrelation() function
Combined provider for both backend and correlation metadata. This is a convenience component that wraps BackendProvider and CorrelationProvider to provide both a backend instance and correlation metadata to components.
Signature:
export declare function BackendProviderWithCorrelation(input: IBackendProviderWithCorrelationProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ backend: externalBackend, correlationData, children } |
(not declared) | |
|
input |
Returns:
import("react/jsx-runtime").JSX.Element