Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
PanRecognizer {
2
start(x: number, y: number): void;
3
detect(x: number, y: number): boolean;
4
isGesture(): boolean;
5
getDirection(): number;
Callers
2
pointerDown
Function · 0.65
start
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected