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

Method _clearTimeouts

src/aria/private/menu/menu.ts:458–461  ·  view source on GitHub ↗

Clears any open or close timeouts for sub-menus.

()

Source from the content-addressed store, hash-verified

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

Callers 2

onMouseOverMethod · 0.80
closeMethod · 0.80

Calls 2

_clearOpenTimeoutMethod · 0.95
_clearCloseTimeoutMethod · 0.95

Tested by

no test coverage detected