Module Useri.Drop

module Drop: sig .. end
User drag and drop.

For the `Jsoo backend consult the limitations.



Files


type file = Useri_base.Drop.file 
The type for dropped files.
module File: sig .. end
Dropped files
val file : file React.event
file occurs whenever a file is dropped on the application.

An occurence corresponds either to a file or to a directory. Multiple files or directories can be dropped together and each of those will result in one occurence on Useri.Drop.file (which means that you cannot detect that a set of files where dropped together).