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

Method getMenu

src/cdk/menu/menu-aim.ts:62–62  ·  view source on GitHub ↗

Gets the open menu, or undefined if no menu is open.

()

Source from the content-addressed store, hash-verified

60export interface Toggler {
61 /** Gets the open menu, or undefined if no menu is open. */
62 getMenu(): Menu | undefined;
63}
64
65/** Calculate the slope between point a and b. */

Callers 4

getMenuMethod · 0.65
_getSubmenuBoundsMethod · 0.65
closeOpenMenuFunction · 0.65

Implementers 2

CdkMenuItemsrc/cdk/menu/menu-item.ts
CdkMenuTriggersrc/cdk/menu/menu-trigger.ts

Calls

no outgoing calls

Tested by

no test coverage detected