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

Method _clearTimeouts

src/aria/private/menu/menu.ts:457–460  ·  view source on GitHub ↗

Clears any open or close timeouts for sub-menus.

()

Source from the content-addressed store, hash-verified

455
456 /** Clears any open or close timeouts for sub-menus. */
457 _clearTimeouts() {
458 this._clearOpenTimeout();
459 this._clearCloseTimeout();
460 }
461
462 /** Clears the open timeout. */
463 _clearOpenTimeout() {

Callers 2

onMouseOverMethod · 0.80
closeMethod · 0.80

Calls 2

_clearOpenTimeoutMethod · 0.95
_clearCloseTimeoutMethod · 0.95

Tested by

no test coverage detected