clientWorkspace
Home > @gooddata/sdk-ui-loaders > IDashboardLoadOptions > clientWorkspace
IDashboardLoadOptions.clientWorkspace property
Specify client workspace identifiers to use in order to identify exact workspace to load the dashboard from.
Signature:
clientWorkspace?: IClientWorkspaceIdentifiers;
Remarks
Client workspace identifiers are not applicable to all backends - only the 'bear' backend supports them. They are tightly related to the Lifecycle Management feature of the 'bear' backend.
If you specify the client workspace then it has preference over all other means that can be used to specify the workspace; more specifically the workspace
prop on this object and workspace that may be defined by the context will be ignored.