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

Method triggersSubmenu

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

Whether the menu triggers a sub-menu or a top-level one.

()

Source from the content-addressed store, hash-verified

115
116 /** Whether the menu triggers a sub-menu or a top-level one. */
117 triggersSubmenu(): boolean {
118 return super._triggersSubmenu();
119 }
120
121 /** Toggles the menu between the open and closed states. */
122 toggleMenu(): void {

Callers 5

_handleMousedownMethod · 0.95
_handleKeydownMethod · 0.95
_handleClickMethod · 0.95
_handleHoverMethod · 0.95
menu.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected