Internal Use Only.
Flags : Cached, External, Update (Note this is uncached)
Expression : (this.container && (this.container.__model !== R.nullHandle)) ? R.UI.makeMenu(Object.assign({}, this.spec, this.customSpec)) : R.nullHandle
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "Menu"
Internal Use Only. Collects the specs from any MenuItem children.
Flags : Cached, Spec (Note this is uncached)
Expression : this.realChildren.filter(c => c.isKindOf('UIMenuItemMixin')).sort((a,b)=>a.sequenceNo-b.sequenceNo).map(c => c.spec)
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : R.UI.processMenuSpec({name:
${this.name}_menu, type: 'UIMenuRoot', items: this.spec})
UIMenu (d.1.0)
Mixins: UIControlMixin
The base Design for a Menu.