Skip to main content

DashboardExportImageFormat Type

In This Article

Lists values that specify the available Image formats.

#Declaration

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

#Members

Name Description
"Png"

PNG format.

"Jpeg"

JPEG format.

"Gif"

GIF format.