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