Skip to content

@serenity-is/corelib / MultipleFileUploadEditorOptions

Interface: MultipleFileUploadEditorOptions

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

Options for the MultipleFileUploadEditor.

Extends

Properties

allowNonImage?

optional allowNonImage: boolean

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

Whether non-image files are allowed.

Inherited from

FileUploadEditorOptions.allowNonImage


displayFileName?

optional displayFileName: boolean

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

Whether to display the original file name.

Inherited from

FileUploadEditorOptions.displayFileName


jsonEncodeValue?

optional jsonEncodeValue: boolean

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

Whether to JSON-encode the value.


maxHeight?

optional maxHeight: number

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

The maximum image height.

Inherited from

FileUploadEditorOptions.maxHeight


maxSize?

optional maxSize: number

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

The maximum file size in bytes.

Inherited from

FileUploadEditorOptions.maxSize


maxWidth?

optional maxWidth: number

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

The maximum image width.

Inherited from

FileUploadEditorOptions.maxWidth


minHeight?

optional minHeight: number

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

The minimum image height.

Inherited from

FileUploadEditorOptions.minHeight


minSize?

optional minSize: number

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

The minimum file size in bytes.

Inherited from

FileUploadEditorOptions.minSize


minWidth?

optional minWidth: number

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

The minimum image width.

Inherited from

FileUploadEditorOptions.minWidth


originalNameProperty?

optional originalNameProperty: string

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

The name of the property holding the original file name.

Inherited from

FileUploadEditorOptions.originalNameProperty


uploadIntent?

optional uploadIntent: string

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

Upload intent for the upload service.

Inherited from

FileUploadEditorOptions.uploadIntent


uploadUrl?

optional uploadUrl: string

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

Upload URL.

Inherited from

FileUploadEditorOptions.uploadUrl


urlPrefix?

optional urlPrefix: string

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

URL prefix for file links.

Inherited from

FileUploadEditorOptions.urlPrefix