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

Method _clearCloseTimeout

src/aria/private/menu/menu.ts:471–476  ·  view source on GitHub ↗

Clears the close timeout.

()

Source from the content-addressed store, hash-verified

469
470 /** Clears the close timeout. */
471 _clearCloseTimeout() {
472 if (this._closeTimeout) {
473 clearTimeout(this._closeTimeout);
474 this._closeTimeout = undefined;
475 }
476 }
477}
478
479/** The menubar ui pattern class. */

Callers 2

onMouseOverMethod · 0.95
_clearTimeoutsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected