Skip to main content

DashboardExportFormat Type

Lists values that specify the available export formats.

Declaration

export type DashboardExportFormat = "PDF" | "Image" | "Excel"

Members

Name Description
"PDF"

The exported document is saved as a PDF file.

"Image"

The exported document is saved as an image.

"Excel"

The exported document is saved as an Excel workbook or CSV file.