Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUploadOptions

Hierarchy

  • IUploadOptions

Index

Properties

Properties

Optional contentType

contentType: string

Optional progress

progress: (bytesUploaded: number, totalBytes?: number) => void

Type declaration

    • (bytesUploaded: number, totalBytes?: number): void
    • Parameters

      • bytesUploaded: number
      • Optional totalBytes: number

      Returns void

Generated using TypeDoc