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

Function mouseout

src/cdk/menu/menu.spec.ts:103–105  ·  view source on GitHub ↗

Dispatch a mouseout event.

(mouseOutOf: HTMLElement)

Source from the content-addressed store, hash-verified

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

Callers 1

hoverFunction · 0.70

Calls 1

dispatchMouseEventFunction · 0.85

Tested by

no test coverage detected