@serenity-is/corelib / MultipleFileUploadEditorOptions
Interface: MultipleFileUploadEditorOptions
Defined in: src/ui/editors/uploadeditors.tsx:271
Extends
Properties
allowNonImage?
optionalallowNonImage:boolean
Defined in: src/ui/helpers/uploadhelper.tsx:270
Inherited from
FileUploadEditorOptions.allowNonImage
displayFileName?
optionaldisplayFileName:boolean
Defined in: src/ui/editors/uploadeditors.tsx:9
Inherited from
FileUploadEditorOptions.displayFileName
jsonEncodeValue?
optionaljsonEncodeValue:boolean
Defined in: src/ui/editors/uploadeditors.tsx:272
maxHeight?
optionalmaxHeight:number
Defined in: src/ui/helpers/uploadhelper.tsx:267
Inherited from
FileUploadEditorOptions.maxHeight
maxSize?
optionalmaxSize:number
Defined in: src/ui/helpers/uploadhelper.tsx:269
Inherited from
FileUploadEditorOptions.maxSize
maxWidth?
optionalmaxWidth:number
Defined in: src/ui/helpers/uploadhelper.tsx:265
Inherited from
FileUploadEditorOptions.maxWidth
minHeight?
optionalminHeight:number
Defined in: src/ui/helpers/uploadhelper.tsx:266
Inherited from
FileUploadEditorOptions.minHeight
minSize?
optionalminSize:number
Defined in: src/ui/helpers/uploadhelper.tsx:268
Inherited from
FileUploadEditorOptions.minSize
minWidth?
optionalminWidth:number
Defined in: src/ui/helpers/uploadhelper.tsx:264
Inherited from
FileUploadEditorOptions.minWidth
originalNameProperty?
optionaloriginalNameProperty:string
Defined in: src/ui/helpers/uploadhelper.tsx:271
Inherited from
FileUploadEditorOptions.originalNameProperty
uploadIntent?
optionaluploadIntent:string
Defined in: src/ui/editors/uploadeditors.tsx:10
Inherited from
FileUploadEditorOptions.uploadIntent
uploadUrl?
optionaluploadUrl:string
Defined in: src/ui/editors/uploadeditors.tsx:11
Inherited from
FileUploadEditorOptions.uploadUrl
urlPrefix?
optionalurlPrefix:string
Defined in: src/ui/editors/uploadeditors.tsx:12