Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUploadInfo

Hierarchy

  • IUploadInfo

Index

Properties

file: File
fileType: FileType
contentDisposition?: "inline" | "attachment"
thumbnailConfig?: IThumbnailConfig

Methods

  • onProgress(loaded: number, total: number): void
  • Parameters

    • loaded: number
    • total: number

    Returns void