MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / onMove

Method onMove

core/src/components/segment/segment.tsx:235–237  ·  view source on GitHub ↗
(detail: GestureDetail)

Source from the content-addressed store, hash-verified

233 }
234
235 onMove(detail: GestureDetail) {
236 this.setNextIndex(detail);
237 }
238
239 onEnd(detail: GestureDetail) {
240 this.setActivated(false);

Callers 1

componentDidLoadMethod · 0.95

Calls 1

setNextIndexMethod · 0.95

Tested by

no test coverage detected