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

Function dispatchInteractiveEvent

code/third-party/public/app.js:5150–5152  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

5148}
5149
5150function dispatchInteractiveEvent(topLevelType, nativeEvent) {
5151 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
5152}
5153
5154function dispatchEvent(topLevelType, nativeEvent) {
5155 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected