Home > @jsplumbtoolkit/browser-ui > SvgExportUIOptions
SvgExportUIOptions interface
Options for the SVG export UI.
Signature:
export interface SvgExportUIOptions extends SvgExportOptions
Extends: SvgExportOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
downloadButtonLabel? | string | (Optional) Optional label to use on the download button. Defaults to "Download". | |
filename? | string | (Optional) Optional filename to use - defaults to jsplumbtoolkit-export . You do not need to provide the extension. |