Search results

BeforeDownloadEventArgs API in Vue FileManager API component

Interface for BeforeDownload event arguments.

Properties

ajaxSettings

Object

Return the AJAX details, which are send to server.

cancel

boolean

If you want to cancel this event then, set cancel to true. Otherwise, false.

data

Object

Specifies the data to be sent to server.

useFormPost

boolean

Specifies whether the download is performed through the form submit method or using an HTTP client instance.