JavaScript/jQuery FileManager - FileUploadingEvent

The type of the fileUploading event handler's argument.

import { FileUploadingEvent } from "devextreme/ui/file_manager"
Type:

Object

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Type:

FileManager

destinationDirectory

element

The UI component's container.

errorCode

Type:

Number

errorText

Type:

String

fileData

Type:

File