CancelEventArgs

23 Sep 20251 minute to read

Properties

cancel boolean

Defines whether the current action can be prevented.

currentRequest { : }[]

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

customFormData { : }[]

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.