Skip to content

@serenity-is/corelib / ImageUploadEditorOptions

Interface: ImageUploadEditorOptions

Extends

Properties

allowNonImage?

optional allowNonImage: boolean

Inherited from

FileUploadEditorOptions.allowNonImage

Defined in

src/ui/helpers/uploadhelper.tsx:233


displayFileName?

optional displayFileName: boolean

Inherited from

FileUploadEditorOptions.displayFileName

Defined in

src/ui/editors/uploadeditors.tsx:10


maxHeight?

optional maxHeight: number

Inherited from

FileUploadEditorOptions.maxHeight

Defined in

src/ui/helpers/uploadhelper.tsx:230


maxSize?

optional maxSize: number

Inherited from

FileUploadEditorOptions.maxSize

Defined in

src/ui/helpers/uploadhelper.tsx:232


maxWidth?

optional maxWidth: number

Inherited from

FileUploadEditorOptions.maxWidth

Defined in

src/ui/helpers/uploadhelper.tsx:228


minHeight?

optional minHeight: number

Inherited from

FileUploadEditorOptions.minHeight

Defined in

src/ui/helpers/uploadhelper.tsx:229


minSize?

optional minSize: number

Inherited from

FileUploadEditorOptions.minSize

Defined in

src/ui/helpers/uploadhelper.tsx:231


minWidth?

optional minWidth: number

Inherited from

FileUploadEditorOptions.minWidth

Defined in

src/ui/helpers/uploadhelper.tsx:227


originalNameProperty?

optional originalNameProperty: string

Inherited from

FileUploadEditorOptions.originalNameProperty

Defined in

src/ui/helpers/uploadhelper.tsx:234


uploadIntent?

optional uploadIntent: string

Inherited from

FileUploadEditorOptions.uploadIntent

Defined in

src/ui/editors/uploadeditors.tsx:11


uploadUrl?

optional uploadUrl: string

Inherited from

FileUploadEditorOptions.uploadUrl

Defined in

src/ui/editors/uploadeditors.tsx:12


urlPrefix?

optional urlPrefix: string

Inherited from

FileUploadEditorOptions.urlPrefix

Defined in

src/ui/editors/uploadeditors.tsx:13