@serenity-is/corelib / FileUploadEditorOptions

Interface: FileUploadEditorOptions

Hierarchy

Table of contents

Properties

Properties

allowNonImage

Optional allowNonImage: boolean

Inherited from

FileUploadConstraints.allowNonImage

Defined in

src/ui/helpers/uploadhelper.ts:240


displayFileName

Optional displayFileName: boolean

Defined in

src/ui/editors/uploadeditors.ts:10


maxHeight

Optional maxHeight: number

Inherited from

FileUploadConstraints.maxHeight

Defined in

src/ui/helpers/uploadhelper.ts:237


maxSize

Optional maxSize: number

Inherited from

FileUploadConstraints.maxSize

Defined in

src/ui/helpers/uploadhelper.ts:239


maxWidth

Optional maxWidth: number

Inherited from

FileUploadConstraints.maxWidth

Defined in

src/ui/helpers/uploadhelper.ts:235


minHeight

Optional minHeight: number

Inherited from

FileUploadConstraints.minHeight

Defined in

src/ui/helpers/uploadhelper.ts:236


minSize

Optional minSize: number

Inherited from

FileUploadConstraints.minSize

Defined in

src/ui/helpers/uploadhelper.ts:238


minWidth

Optional minWidth: number

Inherited from

FileUploadConstraints.minWidth

Defined in

src/ui/helpers/uploadhelper.ts:234


originalNameProperty

Optional originalNameProperty: string

Inherited from

FileUploadConstraints.originalNameProperty

Defined in

src/ui/helpers/uploadhelper.ts:241


uploadIntent

Optional uploadIntent: string

Defined in

src/ui/editors/uploadeditors.ts:11


uploadUrl

Optional uploadUrl: string

Defined in

src/ui/editors/uploadeditors.ts:12


urlPrefix

Optional urlPrefix: string

Defined in

src/ui/editors/uploadeditors.ts:13