DashboardExportImageFormat Type
Lists values that specify the available Image formats.
Declaration
export type DashboardExportImageFormat = "Png" | "Jpeg" | "Gif" | "Svg"
Members
| Name | Description |
|---|---|
| "Png" | PNG format. |
| "Jpeg" | JPEG format. |
| "Gif" | GIF format. |
| "Svg" | SVG format. |