Skip to content

@serenity-is/corelib / FileUploadConstraints

Interface: FileUploadConstraints

Extended by

Properties

allowNonImage?

optional allowNonImage: boolean

Defined in

src/ui/helpers/uploadhelper.tsx:233


maxHeight?

optional maxHeight: number

Defined in

src/ui/helpers/uploadhelper.tsx:230


maxSize?

optional maxSize: number

Defined in

src/ui/helpers/uploadhelper.tsx:232


maxWidth?

optional maxWidth: number

Defined in

src/ui/helpers/uploadhelper.tsx:228


minHeight?

optional minHeight: number

Defined in

src/ui/helpers/uploadhelper.tsx:229


minSize?

optional minSize: number

Defined in

src/ui/helpers/uploadhelper.tsx:231


minWidth?

optional minWidth: number

Defined in

src/ui/helpers/uploadhelper.tsx:227


originalNameProperty?

optional originalNameProperty: string

Defined in

src/ui/helpers/uploadhelper.tsx:234