MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / EventHandler

Interface EventHandler

packages/core/jsx-runtime.d.ts:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 interface EventHandler<T, E extends Event> {
43 (e: E & { currentTarget: T; target: T }): void;
44 }
45
46 interface BoundEventHandler<T, E extends Event> {
47 0: (data: any, e: E & { currentTarget: T; target: T }) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…