@serenity-is/corelib / FileUploadConstraints
Interface: FileUploadConstraints
Hierarchy
FileUploadConstraints
Table of contents
Properties
Properties
allowNonImage
• Optional allowNonImage: boolean
Defined in
src/ui/helpers/uploadhelper.ts:269
maxHeight
• Optional maxHeight: number
Defined in
src/ui/helpers/uploadhelper.ts:266
maxSize
• Optional maxSize: number
Defined in
src/ui/helpers/uploadhelper.ts:268
maxWidth
• Optional maxWidth: number
Defined in
src/ui/helpers/uploadhelper.ts:264
minHeight
• Optional minHeight: number
Defined in
src/ui/helpers/uploadhelper.ts:265
minSize
• Optional minSize: number
Defined in
src/ui/helpers/uploadhelper.ts:267
minWidth
• Optional minWidth: number
Defined in
src/ui/helpers/uploadhelper.ts:263
originalNameProperty
• Optional originalNameProperty: string