Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZipDirectoryActionArgs

Hierarchy

  • ZipDirectoryActionArgs

Index

Properties

Optional archivePath

archivePath: string

Optional executionMode

executionMode: "Foreground" | "Background"

Optional isRecursive

isRecursive: boolean

Optional onCancel

onCancel: "ThrowError" | "Abort" | "Continue"

Optional onError

onError: "ThrowError" | "Continue"

Optional onProgress

onProgress: any

Optional progressIntervalMs

progressIntervalMs: number

Optional sourcePath

sourcePath: string

Generated using TypeDoc