Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadFolderCommandOptions

options to create a download folder command

Hierarchy

  • DownloadFolderCommandOptions

Index

Properties

Optional filterFile

filterFile: undefined | ((file: File) => File | null)

function to filter files

getTargetFileNameBeforeDownload

getTargetFileNameBeforeDownload: (fileNames: SourceTargetFileNames) => string

the function to determine the target file name having the sourece file name. If the file should not be downloaded, return an empty string

param

source and target file names

Type declaration

sourceFolder

sourceFolder: Folder

The source folder with the file structure to be downloaded

Generated using TypeDoc