MCPcopy
hub / github.com/ampproject/worker-dom / TransferrableTouch

Interface TransferrableTouch

src/transfer/TransferrableEvent.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { TransferrableKeys } from './TransferrableKeys.js';
3
4interface TransferrableTouch {
5 [key: number]: number;
6}
7export const enum TransferrableTouchIndex {
8 Identifier = 0,
9 ScreenX = 1,

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…