Skip to main content

Home > @jsplumbtoolkit/browser-ui > SvgExportUIOptions

SvgExportUIOptions interface

Options for the SVG export UI.

Signature:

export interface SvgExportUIOptions extends SvgExportOptions 

Extends: SvgExportOptions

Properties

PropertyModifiersTypeDescription
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.