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

Optional fileList

fileList: UPLOAD_ITEM[]

i18n

maxAmount

maxAmount: number

maxSize

maxSize: number

Optional multiple

multiple: boolean

onError

Optional remainAmount

remainAmount: number

Methods

onAddFile

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

Generated using TypeDoc