RemoveAll

fires when all files are removed from the queue

void RemoveAll();

Example

vault.events.on("removeAll", function(){
    console.log("All files are removed from the queue");
});

See also
Back to top