Properties
Optional fileNameSuffix
fileNameSuffix?: string
fitHorizontally
fitHorizontally: boolean
fitVertically
fitVertically: boolean
inputType
inputType: "SVG" | "HTML"
paperSize
paperSize: { 
    format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit"; 
}
Type declaration
format: "a0" | "a1" | "a2" | "a3" | "a4" | "letter" | "autofit"
Optional title
title?: string
Optional usage
usage?: "thumbnail" | "export"
Optional viewLegendData
viewLegendData?: { 
    html: string; 
    styles: string; 
}
Type declaration
html: string
styles: string