Type Alias ImageOutput

Output to be used to export a single visualization as image.

type ImageOutput = {
    outDpi?: number;
    outFormat?: "png" | "jsondata";
    outZoom?: number;
}
Index

Properties

outDpi?: number

Image resolution in DPI (default 96 DPI).

outFormat?: "png" | "jsondata"
outZoom?: number