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. Collects the specs from any MenuItem children.
Flags : Cached (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 : {name: this.refChain, type: "ContextMenu", controlSpec: { container: this.container }, items: this.items }
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : R.UI.processMenuSpec(this.spec)
UIContextMenu (d.1.0)
Mixins: UIControlMixin
The base Design for a ContextMenu.