Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toggleMenu
Method · 0.95
_handleKeydown
Method · 0.95
_handleClick
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected