canary/app/-view.tree/app.view.tree.js
2025-08-17 18:20:07 +03:00

20 lines
No EOL
562 B
JavaScript

($.$hd_canary_app) = class $hd_canary_app extends ($.$mol_book2_catalog) {
List(){
const obj = new this.$.$hd_canary_app_monitor();
return obj;
}
Profile(){
const obj = new this.$.$hd_canary_app_profile();
return obj;
}
menu_title(){
return (this.$.$mol_locale.text("$hd_canary_app_menu_title"));
}
spreads(){
return {"monitor": (this.List()), "profile": (this.Profile())};
}
};
($mol_mem(($.$hd_canary_app.prototype), "List"));
($mol_mem(($.$hd_canary_app.prototype), "Profile"));
//# sourceMappingURL=app.view.tree.js.map