Skip to main content

DashboardExportImageFormat Type

Lists values that specify the available Image formats.

Declaration

export type DashboardExportImageFormat = "Png" | "Jpeg" | "Gif"

Members

Name Description
"Png"

PNG format.

"Jpeg"

JPEG format.

"Gif"

GIF format.