MCPcopy
hub / github.com/react/react / scroll

Function scroll

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

Source from the content-addressed store, hash-verified

268}
269
270export function scroll() {
271 return createEvent('scroll');
272}
273
274export function virtualclick(payload) {
275 return createMouseEvent('click', {

Callers

nothing calls this directly

Calls 1

createEventFunction · 0.70

Tested by

no test coverage detected