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

Function getMenuContext

src/cdk/menu/context-menu-trigger.spec.ts:317–319  ·  view source on GitHub ↗

Get the context in which the context menu should trigger.

()

Source from the content-addressed store, hash-verified

315
316 /** Get the context in which the context menu should trigger. */
317 function getMenuContext() {
318 return fixture.componentInstance.trigger.nativeElement;
319 }
320
321 /** Get the inline menus trigger element. */
322 function getInlineMenuTrigger() {

Callers 1

openContextMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected