Skip to content

@serenity-is/corelib / UploadInputOptions

Interface: UploadInputOptions

Properties

allowMultiple?

optional allowMultiple: boolean

Defined in

src/ui/helpers/uploadhelper.tsx:212


container?

optional container: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.tsx:208


fileDone()?

optional fileDone: (p1, p2, p3) => void

Parameters

p1

UploadResponse

p2

string

p3

any

Returns

void

Defined in

src/ui/helpers/uploadhelper.tsx:215


inputName?

optional inputName: string

Defined in

src/ui/helpers/uploadhelper.tsx:211


progress?

optional progress: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.tsx:210


uploadIntent?

optional uploadIntent: string

Defined in

src/ui/helpers/uploadhelper.tsx:213


uploadUrl?

optional uploadUrl: string

Defined in

src/ui/helpers/uploadhelper.tsx:214


zone?

optional zone: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.tsx:209