Vue FileUploader - BeforeSendEvent

The type of the beforeSend event handler's argument.

import { BeforeSendEvent } from "devextreme/ui/file_uploader"
Type:

Object

component

The UI component's instance.

Selector: DxComponent
Type:

FileUploader

element

The UI component's container.

file

Type:

File

request

uploadInfo

Type:

UploadInfo