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

Method _isActive

core/src/components/menu/menu.tsx:549–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 }
548
549 private _isActive() {
550 return !this.disabled && !this.isPaneVisible;
551 }
552
553 private canSwipe(): boolean {
554 return this.swipeGesture && !this.isAnimating && this._isActive();

Callers 4

isActiveMethod · 0.95
_setOpenMethod · 0.95
canSwipeMethod · 0.95
updateStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected