Search results

ImageUploadingEventArgs API in React RichTextEditor API component

Provides information about a image uploading event.

Properties

cancel

boolean

Defines whether the current action can be prevented.

currentRequest

{ [key: string]: string }[]

Returns the XMLHttpRequest instance that is associated with upload action.

customFormData

{ [key: string]: Object }[]

Defines the additional data in key and value pair format that will be submitted to the upload action.

filesData

FileInfo[]

Returns the list of files that will be uploaded.