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