MCPcopy
hub / github.com/angular/components / getBackdrop

Function getBackdrop

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

Source from the content-addressed store, hash-verified

17 }
18
19 function getBackdrop(): HTMLElement | null {
20 return document.querySelector('.cdk-overlay-backdrop');
21 }
22
23 beforeEach(() => {
24 fixture = TestBed.createComponent(ContextMenuTest);

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…