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

Function dispatchInteractiveEvent

code/communication/public/app.js:5952–5954  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

5950}
5951
5952function dispatchInteractiveEvent(topLevelType, nativeEvent) {
5953 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
5954}
5955
5956function dispatchEvent(topLevelType, nativeEvent) {
5957 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected