MCPcopy 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

canStartMethod · 0.95

Calls 1

_isActiveMethod · 0.95

Tested by

no test coverage detected