Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isActive
Method · 0.95
_setOpen
Method · 0.95
canSwipe
Method · 0.95
updateState
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected