setEnableDrillToUrlByDefault()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setEnableDrillToUrlByDefault
IOrganizationSettingsService.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 configuration for organization.
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