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

Function mouseenter

src/cdk/menu/menu.spec.ts:108–110  ·  view source on GitHub ↗

Dispatch a mouseenter event.

(element: HTMLElement, point: Point)

Source from the content-addressed store, hash-verified

106
107 /** Dispatch a mouseenter event. */
108 function mouseenter(element: HTMLElement, point: Point) {
109 dispatchEvent(element, createMouseEvent('mouseenter', point.x, point.y));
110 }
111
112 /** Dispatch a mousemove event. */
113 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