Want to define one app menu , Handle it once but acrivate it from all scenes?
Here is the way
1. Define the menue modal and att as globals in the stage scene
glob = {};
glob.MenuAttr = {omitDefaultItems: true};
glob.appMenuModel = {
visible: true,
items: [
...