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({ backend: externalBackend, correlationData, children, }: IBackendProviderWithCorrelationProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ backend: externalBackend, correlationData, children, } | IBackendProviderWithCorrelationProps |
Returns:
React.JSX.Element