MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / dispatchInteractiveEvent

Function dispatchInteractiveEvent

code/event-handlers/public/app.js:5247–5249  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

5245}
5246
5247function dispatchInteractiveEvent(topLevelType, nativeEvent) {
5248 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
5249}
5250
5251function dispatchEvent(topLevelType, nativeEvent) {
5252 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected