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

Method _clearOpenTimeout

src/aria/private/menu/menu.ts:467–472  ·  view source on GitHub ↗

Clears the open timeout.

()

Source from the content-addressed store, hash-verified

465
466 /** Clears the open timeout. */
467 _clearOpenTimeout() {
468 if (this._openTimeout) {
469 clearTimeout(this._openTimeout);
470 this._openTimeout = undefined;
471 }
472 }
473
474 /** Clears the close timeout. */
475 _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