@serenity-is/corelib / FileUploadConstraints
Interface: FileUploadConstraints
Hierarchy
FileUploadConstraints
Table of contents
Properties
Properties
allowNonImage
• Optional allowNonImage: boolean
Defined in
src/ui/helpers/uploadhelper.ts:240
maxHeight
• Optional maxHeight: number
Defined in
src/ui/helpers/uploadhelper.ts:237
maxSize
• Optional maxSize: number
Defined in
src/ui/helpers/uploadhelper.ts:239
maxWidth
• Optional maxWidth: number
Defined in
src/ui/helpers/uploadhelper.ts:235
minHeight
• Optional minHeight: number
Defined in
src/ui/helpers/uploadhelper.ts:236
minSize
• Optional minSize: number
Defined in
src/ui/helpers/uploadhelper.ts:238
minWidth
• Optional minWidth: number
Defined in
src/ui/helpers/uploadhelper.ts:234
originalNameProperty
• Optional originalNameProperty: string