@serenity-is/corelib / ImageUploadEditorOptions

Interface: ImageUploadEditorOptions

Hierarchy

Table of contents

Properties

Properties

allowNonImage

Optional allowNonImage: boolean

Inherited from

FileUploadEditorOptions.allowNonImage

Defined in

src/ui/helpers/uploadhelper.ts:240


displayFileName

Optional displayFileName: boolean

Inherited from

FileUploadEditorOptions.displayFileName

Defined in

src/ui/editors/uploadeditors.ts:10


maxHeight

Optional maxHeight: number

Inherited from

FileUploadEditorOptions.maxHeight

Defined in

src/ui/helpers/uploadhelper.ts:237


maxSize

Optional maxSize: number

Inherited from

FileUploadEditorOptions.maxSize

Defined in

src/ui/helpers/uploadhelper.ts:239


maxWidth

Optional maxWidth: number

Inherited from

FileUploadEditorOptions.maxWidth

Defined in

src/ui/helpers/uploadhelper.ts:235


minHeight

Optional minHeight: number

Inherited from

FileUploadEditorOptions.minHeight

Defined in

src/ui/helpers/uploadhelper.ts:236


minSize

Optional minSize: number

Inherited from

FileUploadEditorOptions.minSize

Defined in

src/ui/helpers/uploadhelper.ts:238


minWidth

Optional minWidth: number

Inherited from

FileUploadEditorOptions.minWidth

Defined in

src/ui/helpers/uploadhelper.ts:234


originalNameProperty

Optional originalNameProperty: string

Inherited from

FileUploadEditorOptions.originalNameProperty

Defined in

src/ui/helpers/uploadhelper.ts:241


uploadIntent

Optional uploadIntent: string

Inherited from

FileUploadEditorOptions.uploadIntent

Defined in

src/ui/editors/uploadeditors.ts:11


uploadUrl

Optional uploadUrl: string

Inherited from

FileUploadEditorOptions.uploadUrl

Defined in

src/ui/editors/uploadeditors.ts:12


urlPrefix

Optional urlPrefix: string

Inherited from

FileUploadEditorOptions.urlPrefix

Defined in

src/ui/editors/uploadeditors.ts:13