Click

fires on clicking a file in the queue

void Click(string id,Event e);
idstringthe id of a clicked file
eEventa native event object

Example

vault.events.on("Click", function(id, e){
   // your logic here
});

Related samples

Change log

added in v4.0

Back to top