ResolvedClientWorkspaceProvider
Home > @gooddata/sdk-ui > ResolvedClientWorkspaceProvider
ResolvedClientWorkspaceProvider variable
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.
ResolvedClientWorkspaceProvider can be used as a replacement of the WorkspaceProvider, if you are accessing workspace in LCM context.
This provider expects that the client workspace is already resolved on input to the provider. The provider will then establish a client workspace and workspace contexts so that the resolved information can be accessed by the children.
Note: check out the ClientWorkspaceProvider for version of provider that performs the resolution of client workspace identifiers to workspace.
Signature:
ResolvedClientWorkspaceProvider: React.FC<IClientWorkspaceIdentifiers>