@serenity-is/corelib / FileUploadEditorOptions
Interface: FileUploadEditorOptions
Hierarchy
-
↳
FileUploadEditorOptions
Table of contents
Properties
- allowNonImage
- displayFileName
- maxHeight
- maxSize
- maxWidth
- minHeight
- minSize
- minWidth
- originalNameProperty
- uploadIntent
- uploadUrl
- urlPrefix
Properties
allowNonImage
• Optional allowNonImage: boolean
Inherited from
FileUploadConstraints.allowNonImage
Defined in
src/ui/helpers/uploadhelper.ts:269
displayFileName
• Optional displayFileName: boolean
Defined in
src/ui/editors/uploadeditors.ts:9
maxHeight
• Optional maxHeight: number
Inherited from
FileUploadConstraints.maxHeight
Defined in
src/ui/helpers/uploadhelper.ts:266
maxSize
• Optional maxSize: number
Inherited from
Defined in
src/ui/helpers/uploadhelper.ts:268
maxWidth
• Optional maxWidth: number
Inherited from
FileUploadConstraints.maxWidth
Defined in
src/ui/helpers/uploadhelper.ts:264
minHeight
• Optional minHeight: number
Inherited from
FileUploadConstraints.minHeight
Defined in
src/ui/helpers/uploadhelper.ts:265
minSize
• Optional minSize: number
Inherited from
Defined in
src/ui/helpers/uploadhelper.ts:267
minWidth
• Optional minWidth: number
Inherited from
FileUploadConstraints.minWidth
Defined in
src/ui/helpers/uploadhelper.ts:263
originalNameProperty
• Optional originalNameProperty: string
Inherited from
FileUploadConstraints.originalNameProperty
Defined in
src/ui/helpers/uploadhelper.ts:270
uploadIntent
• Optional uploadIntent: string
Defined in
src/ui/editors/uploadeditors.ts:10
uploadUrl
• Optional uploadUrl: string
Defined in
src/ui/editors/uploadeditors.ts:11
urlPrefix
• Optional urlPrefix: string