MCPcopy
hub / github.com/Shopify/draggable / touchMove

Function touchMove

test/helpers/sensor.ts:51–56  ·  view source on GitHub ↗
(element: HTMLElement, options = {})

Source from the content-addressed store, hash-verified

49}
50
51export function touchMove(element: HTMLElement, options = {}) {
52 return triggerEvent(element, 'touchmove', {
53 ...defaultTouchEventOptions,
54 ...options,
55 });
56}
57
58export function touchRelease(element: HTMLElement, options = {}) {
59 return triggerEvent(element, 'touchend', {

Callers 3

dragFunction · 0.90
dragFlowFunction · 0.90

Calls 1

triggerEventFunction · 0.90

Tested by 1

dragFlowFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…