@serenity-is/corelib / UploadInputOptions
Interface: UploadInputOptions
Defined in: src/ui/helpers/uploadhelper.tsx:244
Properties
allowMultiple?
optionalallowMultiple:boolean
Defined in: src/ui/helpers/uploadhelper.tsx:249
container?
optionalcontainer:HTMLElement|ArrayLike<HTMLElement>
Defined in: src/ui/helpers/uploadhelper.tsx:245
fileDone()?
optionalfileDone: (p1,p2,p3) =>void
Defined in: src/ui/helpers/uploadhelper.tsx:252
Parameters
p1
p2
string
p3
any
Returns
void
inputName?
optionalinputName:string
Defined in: src/ui/helpers/uploadhelper.tsx:248
progress?
optionalprogress:HTMLElement|ArrayLike<HTMLElement>
Defined in: src/ui/helpers/uploadhelper.tsx:247
uploadIntent?
optionaluploadIntent:string
Defined in: src/ui/helpers/uploadhelper.tsx:250
uploadUrl?
optionaluploadUrl:string
Defined in: src/ui/helpers/uploadhelper.tsx:251
zone?
optionalzone:HTMLElement|ArrayLike<HTMLElement>
Defined in: src/ui/helpers/uploadhelper.tsx:246