MCPcopy Create free account
hub / github.com/angular/components / openMenu

Method openMenu

src/material/menu/menu-trigger.ts:127–129  ·  view source on GitHub ↗

Opens the menu.

()

Source from the content-addressed store, hash-verified

125
126 /** Opens the menu. */
127 openMenu(): void {
128 this._openMenu(true);
129 }
130
131 /** Closes the menu. */
132 closeMenu(): void {

Callers 3

toggleMenuMethod · 0.95
_handleKeydownMethod · 0.95
_handleClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected