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

Function getMenu

src/material/menu/context-menu-trigger.spec.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 function getMenu(): HTMLElement | null {
16 return document.querySelector('.mat-mdc-menu-panel');
17 }
18
19 function getBackdrop(): HTMLElement | null {
20 return document.querySelector('.cdk-overlay-backdrop');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…