Class: FileExporterWorker

FileExporterWorker()

Web worker for parallel file export.

Constructor

new FileExporterWorker()

Source:

Classes

FileExporterWorker

Methods

(async) getSourceFile(params) → {Promise.<(IVirtualFile|null)>}

Override to specify the target file.
Parameters:
Name Type Description
params any The parameters
Source:
Returns:
The virtual file
Type
Promise.<(IVirtualFile|null)>

(async) getTargetFile(params) → {Promise.<IFile>}

Override if you want to target another file
Parameters:
Name Type Description
params any The parameters
Source:
Returns:
The target file
Type
Promise.<IFile>