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