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

Function mouseenter

src/cdk/menu/menu.spec.ts:109–111  ·  view source on GitHub ↗

Dispatch a mouseenter event.

(element: HTMLElement, point: Point)

Source from the content-addressed store, hash-verified

107
108 /** Dispatch a mouseenter event. */
109 function mouseenter(element: HTMLElement, point: Point) {
110 dispatchEvent(element, createMouseEvent('mouseenter', point.x, point.y));
111 }
112
113 /** Dispatch a mousemove event. */
114 function mousemove(inElement: HTMLElement, point: Point) {

Callers 1

hoverFunction · 0.85

Calls 2

createMouseEventFunction · 0.85
dispatchEventFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…