MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / dispatchInteractiveEvent

Function dispatchInteractiveEvent

code/composition/public/app.js:6055–6057  ·  view source on GitHub ↗
(topLevelType, nativeEvent)

Source from the content-addressed store, hash-verified

6053}
6054
6055function dispatchInteractiveEvent(topLevelType, nativeEvent) {
6056 interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
6057}
6058
6059function dispatchEvent(topLevelType, nativeEvent) {
6060 if (!_enabled) {

Callers

nothing calls this directly

Calls 1

interactiveUpdatesFunction · 0.70

Tested by

no test coverage detected