Interface IAbstractUploadTriggerProps<UPLOAD_ITEM>
Hierarchy
-
IAbstractUploadTriggerProps
Properties
Optional accept
accept: string
Optional disabled
disabled: boolean
Optional fileList
fileList: UPLOAD_ITEM[]
maxAmount
maxAmount: number
Optional multiple
multiple: boolean
Optional remainAmount
remainAmount: number
Methods
onAddFile
- onAddFile(file: File): Promise<void>
-
Parameters
Returns Promise<void>