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

Method _clearOpenTimeout

src/aria/private/menu/menu.ts:464–469  ·  view source on GitHub ↗

Clears the open timeout.

()

Source from the content-addressed store, hash-verified

462
463 /** Clears the open timeout. */
464 _clearOpenTimeout() {
465 if (this._openTimeout) {
466 clearTimeout(this._openTimeout);
467 this._openTimeout = undefined;
468 }
469 }
470
471 /** Clears the close timeout. */
472 _clearCloseTimeout() {

Callers 4

_closeItemMethod · 0.95
_openItemMethod · 0.95
onMouseOutMethod · 0.95
_clearTimeoutsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected