IDashboardExportImageOptions
Home > @gooddata/sdk-backend-spi > IDashboardExportImageOptions
IDashboardExportImageOptions interface
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.
Options for exporting dashboard to png format
Signature:
export interface IDashboardExportImageOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filename? | string | (ALPHA) (Optional) Filename for the export. If not provided, the dashboard title will be fetched. | |
widgetIds? | ObjRef[] | (ALPHA) (Optional) Widgets to export. If not provided, all widgets will be exported. |