The event argument object for the fileDropped event.

Syntax

{
   fileName: <string>,
   fileType: <string>,
   fileSize: <number>,
   cancel: <boolean>
}

Introduced: X13.

Properties

Property Description
cancel Set this property to true to cancel the event.
fileName The file name of the dropped file.
fileSize The size of the file in bytes.
fileType The MIME type of the file.