@serenity-is/corelib / UploadInputOptions

Interface: UploadInputOptions

Table of contents

Properties

Properties

allowMultiple

Optional allowMultiple: boolean

Defined in

src/ui/helpers/uploadhelper.ts:219


container

Optional container: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.ts:215


fileDone

Optional fileDone: (p1: UploadResponse, p2: string, p3: any) => void

Type declaration

▸ (p1, p2, p3): void

Parameters
Name Type
p1 UploadResponse
p2 string
p3 any
Returns

void

Defined in

src/ui/helpers/uploadhelper.ts:222


inputName

Optional inputName: string

Defined in

src/ui/helpers/uploadhelper.ts:218


progress

Optional progress: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.ts:217


uploadIntent

Optional uploadIntent: string

Defined in

src/ui/helpers/uploadhelper.ts:220


uploadUrl

Optional uploadUrl: string

Defined in

src/ui/helpers/uploadhelper.ts:221


zone

Optional zone: HTMLElement | ArrayLike<HTMLElement>

Defined in

src/ui/helpers/uploadhelper.ts:216