MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / start

Method start

core/src/utils/gesture/recognizers.ts:2–2  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

1export interface PanRecognizer {
2 start(x: number, y: number): void;
3 detect(x: number, y: number): boolean;
4 isGesture(): boolean;
5 getDirection(): number;

Callers 2

pointerDownFunction · 0.65
startMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected