Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAbstractUploadTriggerProps<UPLOAD_ITEM>

Type parameters

Hierarchy

  • IAbstractUploadTriggerProps

Index

Properties

Optional accept

accept: string

Optional disabled

disabled: boolean

fileList

fileList: UPLOAD_ITEM[]

i18n

maxAmount

maxAmount: number

maxSize

maxSize: number

Optional multiple

multiple: boolean

onAddFile

onAddFile: (file: File) => Promise<void>

Type declaration

    • (file: File): Promise<void>
    • Parameters

      • file: File

      Returns Promise<void>

onError

remainAmount

remainAmount: number

Generated using TypeDoc