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

Method toggle

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

* Calls the `doToggle` callback when it is deemed that the user is not moving towards * the submenu. * @param doToggle the function called when the user is not moving towards the submenu.

(doToggle: () => void)

Source from the content-addressed store, hash-verified

39 * @param doToggle the function called when the user is not moving towards the submenu.
40 */
41 toggle(doToggle: () => void): void;
42}
43
44/** Injection token used for an implementation of MenuAim. */

Callers 15

toggleThemeMethod · 0.65
toggleSystemThemeMethod · 0.65
toggleStrongFocusMethod · 0.65
showBoundingBoxMethod · 0.65
_listenForRowHoverEventsFunction · 0.65
toggleMethod · 0.65
toggleMethod · 0.65

Implementers 1

TargetMenuAimsrc/cdk/menu/menu-aim.ts

Calls

no outgoing calls

Tested by 1

openMenuFunction · 0.52