removeAll
fires when all items are removed from a tree collection
removeAll: () => void;
Example
component.data.events.on("removeAll", function(){
console.log("Items are removed");
});
fires when all items are removed from a tree collection
Example
component.data.events.on("removeAll", function(){
console.log("Items are removed");
});