Skip to content

@serenity-is/corelib / UploadInputOptions

Interface: UploadInputOptions

Table of contents

Properties

Properties

allowMultiple

Optional allowMultiple: boolean

Defined in

src/ui/helpers/uploadhelper.ts:248


container

Optional container: JQuery

Defined in

src/ui/helpers/uploadhelper.ts:244


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:251


inputName

Optional inputName: string

Defined in

src/ui/helpers/uploadhelper.ts:247


progress

Optional progress: JQuery

Defined in

src/ui/helpers/uploadhelper.ts:246


uploadIntent

Optional uploadIntent: string

Defined in

src/ui/helpers/uploadhelper.ts:249


uploadUrl

Optional uploadUrl: string

Defined in

src/ui/helpers/uploadhelper.ts:250


zone

Optional zone: JQuery

Defined in

src/ui/helpers/uploadhelper.ts:245