@serenity-is/corelib / UploadInputOptions

Interface: UploadInputOptions

Defined in: src/ui/helpers/uploadhelper.tsx:244

Properties

allowMultiple?

optional allowMultiple: boolean

Defined in: src/ui/helpers/uploadhelper.tsx:249


container?

optional container: HTMLElement | ArrayLike<HTMLElement>

Defined in: src/ui/helpers/uploadhelper.tsx:245


fileDone()?

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

Defined in: src/ui/helpers/uploadhelper.tsx:252

Parameters

p1

UploadResponse

p2

string

p3

any

Returns

void


inputName?

optional inputName: string

Defined in: src/ui/helpers/uploadhelper.tsx:248


progress?

optional progress: HTMLElement | ArrayLike<HTMLElement>

Defined in: src/ui/helpers/uploadhelper.tsx:247


uploadIntent?

optional uploadIntent: string

Defined in: src/ui/helpers/uploadhelper.tsx:250


uploadUrl?

optional uploadUrl: string

Defined in: src/ui/helpers/uploadhelper.tsx:251


zone?

optional zone: HTMLElement | ArrayLike<HTMLElement>

Defined in: src/ui/helpers/uploadhelper.tsx:246