MCPcopy 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

swipeGestureChangedMethod · 0.95
disabledChangedMethod · 0.95
componentDidLoadMethod · 0.95

Calls 1

enableMethod · 0.65

Tested by

no test coverage detected