MCPcopy Index your code
hub / github.com/reactive-python/reactpy / InputEventObject

Interface InputEventObject

src/js/packages/event-to-object/src/events.ts:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44export interface InputEventObject extends UIEventObject {
45 data: string | null;
46 dataTransfer: DataTransferObject | null;
47 isComposing: boolean;
48 inputType: string;
49}
50
51export interface GamepadEventObject extends EventObject {
52 gamepad: GamepadObject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected