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

Method closeMenu

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

Closes the menu.

()

Source from the content-addressed store, hash-verified

130
131 /** Closes the menu. */
132 closeMenu(): void {
133 this._closeMenu();
134 }
135
136 /**
137 * Updates the position of the menu to ensure that it fits all options within the viewport.

Callers 2

toggleMenuMethod · 0.95
menu.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected