MCPcopy
hub / github.com/darkreader/darkreader / SwipeEventObject

Interface SwipeEventObject

src/ui/utils.ts:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59interface SwipeEventObject {
60 clientX: number;
61 clientY: number;
62}
63
64type SwipeEventHandler<T = void> = (e: SwipeEventObject, nativeEvent: MouseEvent | TouchEvent) => T;
65type StartSwipeHandler = SwipeEventHandler<{move: SwipeEventHandler; up: SwipeEventHandler}>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected