setDefaultExportTemplate()
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService > setDefaultExportTemplate
IWorkspaceSettingsService.setDefaultExportTemplate() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets the default export template applied to slide exports in this workspace when none is explicitly requested. Default is taken from organization setting.
Signature:
setDefaultExportTemplate(value: IDefaultExportTemplate): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
value |
identifier and scope of the export template to use as the default. |
Returns:
Promise<void>
promise