Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadFolderCommandOptions

options to create a upload folder command

Hierarchy

  • UploadFolderCommandOptions

Index

Properties

folderName

folderName: string

The name of the source folder with the file structure to be uploaded

Optional getTargetFileNameBeforeUpload

getTargetFileNameBeforeUpload: undefined | ((fileNames: SourceTargetFileNames) => string)

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

param

Optional processFileAfterUpload

processFileAfterUpload: undefined | ((file: File) => Promise<void>)

Generated using TypeDoc