Search results

CancelEventArgs API in Vue Uploader API component

Properties

cancel

boolean

Defines whether the current action can be prevented.

currentRequest

{ [key: string]: string }[]

Defines the additional data in key and value pair format that will be submitted on the header when the upload action is canceled.

customFormData

{ [key: string]: Object }[]

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

event

ProgressEventInit

Returns the original event arguments.

fileData

FileInfo

Returns the file details that will be canceled.