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

Interface TransferrableTouchList

src/transfer/TransferrableEvent.ts:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 Target = 7,
16}
17export interface TransferrableTouchList {
18 [key: number]: TransferrableTouch;
19}
20
21export interface TransferrableEvent {
22 readonly [TransferrableKeys.index]: number;

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…