@serenity-is/corelib / MultipleFileUploadEditorOptions
Interface: MultipleFileUploadEditorOptions
Defined in: src/ui/editors/uploadeditors.tsx:365
Options for the MultipleFileUploadEditor.
Extends
Properties
allowNonImage?
optionalallowNonImage:boolean
Defined in: src/ui/helpers/uploadhelper.tsx:412
Whether non-image files are allowed.
Inherited from
FileUploadEditorOptions.allowNonImage
displayFileName?
optionaldisplayFileName:boolean
Defined in: src/ui/editors/uploadeditors.tsx:13
Whether to display the original file name.
Inherited from
FileUploadEditorOptions.displayFileName
jsonEncodeValue?
optionaljsonEncodeValue:boolean
Defined in: src/ui/editors/uploadeditors.tsx:367
Whether to JSON-encode the value.
maxHeight?
optionalmaxHeight:number
Defined in: src/ui/helpers/uploadhelper.tsx:400
The maximum image height.
Inherited from
FileUploadEditorOptions.maxHeight
maxSize?
optionalmaxSize:number
Defined in: src/ui/helpers/uploadhelper.tsx:408
The maximum file size in bytes.
Inherited from
FileUploadEditorOptions.maxSize
maxWidth?
optionalmaxWidth:number
Defined in: src/ui/helpers/uploadhelper.tsx:392
The maximum image width.
Inherited from
FileUploadEditorOptions.maxWidth
minHeight?
optionalminHeight:number
Defined in: src/ui/helpers/uploadhelper.tsx:396
The minimum image height.
Inherited from
FileUploadEditorOptions.minHeight
minSize?
optionalminSize:number
Defined in: src/ui/helpers/uploadhelper.tsx:404
The minimum file size in bytes.
Inherited from
FileUploadEditorOptions.minSize
minWidth?
optionalminWidth:number
Defined in: src/ui/helpers/uploadhelper.tsx:388
The minimum image width.
Inherited from
FileUploadEditorOptions.minWidth
originalNameProperty?
optionaloriginalNameProperty:string
Defined in: src/ui/helpers/uploadhelper.tsx:416
The name of the property holding the original file name.
Inherited from
FileUploadEditorOptions.originalNameProperty
uploadIntent?
optionaluploadIntent:string
Defined in: src/ui/editors/uploadeditors.tsx:15
Upload intent for the upload service.
Inherited from
FileUploadEditorOptions.uploadIntent
uploadUrl?
optionaluploadUrl:string
Defined in: src/ui/editors/uploadeditors.tsx:17
Upload URL.
Inherited from
FileUploadEditorOptions.uploadUrl
urlPrefix?
optionalurlPrefix:string
Defined in: src/ui/editors/uploadeditors.tsx:19
URL prefix for file links.