IBackendProviderProps
Home > @gooddata/sdk-ui > IBackendProviderProps
IBackendProviderProps interface
Props of the BackendProvider component.
Signature:
export interface IBackendProviderProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend | IAnalyticalBackend | Specify instance of backend which should be used by components to communicate with the server. | |
children? | React.ReactNode | (Optional) React children |