MCPcopy Index your code
hub / github.com/angular/components / menu

Method menu

src/material/menu/menu-trigger.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 /** References the menu instance that the trigger is associated with. */
58 @Input('matMenuTriggerFor')
59 get menu(): MatMenuPanel | null {
60 return this._menu;
61 }
62 set menu(menu: MatMenuPanel | null) {
63 this._menu = menu;
64 }

Callers 9

closeMethod · 0.45
openMethod · 0.45
MenuTriggerClass · 0.45
constructorMethod · 0.45
submitMethod · 0.45
MenuTriggerPatternClass · 0.45
pendingFocusEffectMethod · 0.45
onFocusOutMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected