ExportControlsComponent
Properties
allowJpgExport?
optionalallowJpgExport:boolean=true
Defaults to true - whether or not to show a JPG export button.
Input
allowPngExport?
optionalallowPngExport:boolean=true
Defaults to true - whether or not to show a PNG export button.
Input
allowSvgExport?
optionalallowSvgExport:boolean=true
Defaults to true - whether or not to show an SVG export button.
Input
imageOptions?
optionalimageOptions:ImageExportUIOptions
Options for image exports.
Input
label?
optionallabel:string="Export:"
What to show in the label, if visible. Defaults to "Export:".
Input
margins?
optionalmargins:PointXY
Optional margins to apply to both SVG and image exports. Will not override any margins specified in svgOptions or imageOptions.
Input
showLabel?
optionalshowLabel:boolean=true
Whether or not to show a label in front of the buttons. Defaults to true.
Input
svgOptions?
optionalsvgOptions:SvgExportUIOptions
Options for SVG exports.