IWorkspaceSettingsService
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService
IWorkspaceSettingsService interface
This query service provides access to feature flags that are in effect for particular workspace.
Signature:
export interface IWorkspaceSettingsService
Methods
Method | Description |
---|---|
getSettings() | Asynchronously queries actual feature flags. |
getSettingsForCurrentUser() | Asynchronously queries feature flags taking into account settings from both the workspace and the current user. |
setLocale(locale) | Sets locale for current workspace. |