MCPcopy
hub / github.com/BetaSu/big-react / SyntheticEvent

Interface SyntheticEvent

packages/react-dom/src/SyntheticEvent.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13type EventCallback = (e: Event) => void;
14
15interface SyntheticEvent extends Event {
16 __stopPropagation: boolean;
17}
18
19interface Paths {
20 capture: EventCallback[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected