Constructor
new FileExporterWorker()
Classes
Methods
(async) getSourceFile(params) → {Promise.<(IVirtualFile|null)>}
Override to specify the target file.
Parameters:
Name | Type | Description |
---|---|---|
params |
any | The parameters |
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 |
Returns:
The target file
- Type
- Promise.<IFile>