setEnableDrillToUrlByDefault()
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService > setEnableDrillToUrlByDefault
IWorkspaceSettingsService.setEnableDrillToUrlByDefault() method
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.
Sets enable drill to URL by default setting for workspace. Default is taken from organization setting.
Signature:
setEnableDrillToUrlByDefault(enabled: boolean): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
enabled |
boolean |
whether to enable drill to URL by default for dashboard widgets. |
Returns:
Promise<void>
promise