Class: BatchImportOptions

BatchImportOptions()

Batch import options

Constructor

new BatchImportOptions()

Source:

Classes

BatchImportOptions

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: IFile, error: Error | unknown) => void
Source:

onProgressChanged

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