IDashboardExportPresentationOptions
Home > @gooddata/sdk-backend-spi > IDashboardExportPresentationOptions
IDashboardExportPresentationOptions interface
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.
Options for exporting a dashboard to a presentation.
Signature:
export interface IDashboardExportPresentationOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filename? | string | (BETA) (Optional) | |
hideWidgetTitles? | boolean | (BETA) (Optional) | |
templateId? | string | (BETA) (Optional) | |
title? | string | (BETA) (Optional) | |
visualizationIds? | ObjRef[] | (BETA) (Optional) | |
widgetIds? | ObjRef[] | (BETA) (Optional) |