Skip to main content

UIExportOptions

Options for the save method.

Extends

Extended by

Properties

parameters?

optional parameters: Record<string, any>

Optional parameters to pass to the exporter. If you write a custom exporter you may wish to use this.

Inherited from

ExportOptions.parameters


type?

optional type: string

Specifies the data type in which to format the data. Defaults to "json". This must match the name of an exporter registered with the given instance of VisuallyJs.

Inherited from

ExportOptions.type