Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZipExtractActionArgs

Hierarchy

  • ZipExtractActionArgs

Index

Properties

Optional archivePath

archivePath: string

Optional destinationFolderPath

destinationFolderPath: string

Optional executionMode

executionMode: "Foreground" | "Background"

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional onProgress

onProgress: any

Optional progressIntervalMs

progressIntervalMs: number

Generated using TypeDoc