afterRemove
fires after a file is removed from the data collection
afterRemove: (file: object) => void;
Parameters:
file: object
- the file object
Example
form.getItem("simplevault").data.events.on("afterRemove", function(file) {
console.log("afterRemove", file);
});
info
The afterRemove
event is an event of data collection