Class: BatchExportOptions

BatchExportOptions()

Batch export options

Constructor

new BatchExportOptions()

Source:

Classes

BatchExportOptions

Members

autoRename

Callback when a file with the same name exists (file: IFile) => Promise
Source:

deleteSource

Delete the source file when complete.
Source:

integrity

True to enable integrity
Source:

onFailed

Callback when import fails (file: IVirtualFile, error: Error | unknown) => void
Source:

onProgressChanged

Callback when progress changes (progress: IVirtualFileTaskProgress) => void
Source: