Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ gestureChanged
Method
gestureChanged
core/src/components/segment/segment.tsx:170–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
private gestureChanged() {
171
if (this.gesture) {
172
this.gesture.enable(!this.scrollable && !this.disabled && this.swipeGesture);
173
}
174
}
175
176
connectedCallback() {
177
this.emitStyle();
Callers
3
swipeGestureChanged
Method · 0.95
disabledChanged
Method · 0.95
componentDidLoad
Method · 0.95
Calls
1
enable
Method · 0.65
Tested by
no test coverage detected