@serenity-is/corelib / FileUploadEditorOptions
Interface: FileUploadEditorOptions
Extends
Extended by
Properties
allowNonImage?
optionalallowNonImage:boolean
Inherited from
FileUploadConstraints.allowNonImage
Defined in
src/ui/helpers/uploadhelper.tsx:233
displayFileName?
optionaldisplayFileName:boolean
Defined in
src/ui/editors/uploadeditors.tsx:10
maxHeight?
optionalmaxHeight:number
Inherited from
FileUploadConstraints.maxHeight
Defined in
src/ui/helpers/uploadhelper.tsx:230
maxSize?
optionalmaxSize:number
Inherited from
Defined in
src/ui/helpers/uploadhelper.tsx:232
maxWidth?
optionalmaxWidth:number
Inherited from
FileUploadConstraints.maxWidth
Defined in
src/ui/helpers/uploadhelper.tsx:228
minHeight?
optionalminHeight:number
Inherited from
FileUploadConstraints.minHeight
Defined in
src/ui/helpers/uploadhelper.tsx:229
minSize?
optionalminSize:number
Inherited from
Defined in
src/ui/helpers/uploadhelper.tsx:231
minWidth?
optionalminWidth:number
Inherited from
FileUploadConstraints.minWidth
Defined in
src/ui/helpers/uploadhelper.tsx:227
originalNameProperty?
optionaloriginalNameProperty:string
Inherited from
FileUploadConstraints.originalNameProperty
Defined in
src/ui/helpers/uploadhelper.tsx:234
uploadIntent?
optionaluploadIntent:string
Defined in
src/ui/editors/uploadeditors.tsx:11
uploadUrl?
optionaluploadUrl:string
Defined in
src/ui/editors/uploadeditors.tsx:12
urlPrefix?
optionalurlPrefix:string