BeforeDownloadEventArgs API in Vue FileManager API component
Interface for BeforeDownload event arguments.
Properties
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.