Home > @jsplumbtoolkit/browser-ui > ExportOptions
ExportOptions interface
Options for data export.
Signature:
export interface ExportOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
parameters? | Record<string, any> | (Optional) Optional parameters to pass to the exporter. If you write a custom exporter you may wish to use this. | |
type? | string | (Optional) 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 the Toolkit. |