@serenity-is/corelib / ImageUploadEditorOptions

Interface: ImageUploadEditorOptions

Defined in: src/ui/editors/uploadeditors.tsx:15

Extends

Properties

allowNonImage?

optional allowNonImage: boolean

Defined in: src/ui/helpers/uploadhelper.tsx:270

Inherited from

FileUploadEditorOptions.allowNonImage


displayFileName?

optional displayFileName: boolean

Defined in: src/ui/editors/uploadeditors.tsx:9

Inherited from

FileUploadEditorOptions.displayFileName


maxHeight?

optional maxHeight: number

Defined in: src/ui/helpers/uploadhelper.tsx:267

Inherited from

FileUploadEditorOptions.maxHeight


maxSize?

optional maxSize: number

Defined in: src/ui/helpers/uploadhelper.tsx:269

Inherited from

FileUploadEditorOptions.maxSize


maxWidth?

optional maxWidth: number

Defined in: src/ui/helpers/uploadhelper.tsx:265

Inherited from

FileUploadEditorOptions.maxWidth


minHeight?

optional minHeight: number

Defined in: src/ui/helpers/uploadhelper.tsx:266

Inherited from

FileUploadEditorOptions.minHeight


minSize?

optional minSize: number

Defined in: src/ui/helpers/uploadhelper.tsx:268

Inherited from

FileUploadEditorOptions.minSize


minWidth?

optional minWidth: number

Defined in: src/ui/helpers/uploadhelper.tsx:264

Inherited from

FileUploadEditorOptions.minWidth


originalNameProperty?

optional originalNameProperty: string

Defined in: src/ui/helpers/uploadhelper.tsx:271

Inherited from

FileUploadEditorOptions.originalNameProperty


uploadIntent?

optional uploadIntent: string

Defined in: src/ui/editors/uploadeditors.tsx:10

Inherited from

FileUploadEditorOptions.uploadIntent


uploadUrl?

optional uploadUrl: string

Defined in: src/ui/editors/uploadeditors.tsx:11

Inherited from

FileUploadEditorOptions.uploadUrl


urlPrefix?

optional urlPrefix: string

Defined in: src/ui/editors/uploadeditors.tsx:12

Inherited from

FileUploadEditorOptions.urlPrefix