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

Function mouseout

src/cdk/menu/menu.spec.ts:104–106  ·  view source on GitHub ↗

Dispatch a mouseout event.

(mouseOutOf: HTMLElement)

Source from the content-addressed store, hash-verified

102
103 /** Dispatch a mouseout event. */
104 function mouseout(mouseOutOf: HTMLElement) {
105 dispatchMouseEvent(mouseOutOf, 'mouseout');
106 }
107
108 /** Dispatch a mouseenter event. */
109 function mouseenter(element: HTMLElement, point: Point) {

Callers 1

hoverFunction · 0.70

Calls 1

dispatchMouseEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…