Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ canSwipe
Method
canSwipe
core/src/components/menu/menu.tsx:553–555 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
}
552
553
private canSwipe(): boolean {
554
return this.swipeGesture && !this.isAnimating && this._isActive();
555
}
556
557
private canStart(detail: GestureDetail): boolean {
558
// Do not allow swipe gesture if a modal is open
Callers
1
canStart
Method · 0.95
Calls
1
_isActive
Method · 0.95
Tested by
no test coverage detected