MCPcopy Index your code
hub / github.com/react/react / pointerover

Function pointerover

packages/dom-event-testing-library/domEvents.js:362–364  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

360}
361
362export function pointerover(payload) {
363 return createPointerEvent('pointerover', payload);
364}
365
366export function pointerup(payload) {
367 return createPointerEvent('pointerup', {

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected