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

Method onStart

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

Source from the content-addressed store, hash-verified

228 }
229
230 onStart(detail: GestureDetail) {
231 this.valueBeforeGesture = this.value;
232 this.activate(detail);
233 }
234
235 onMove(detail: GestureDetail) {
236 this.setNextIndex(detail);

Callers 1

componentDidLoadMethod · 0.95

Calls 1

activateMethod · 0.95

Tested by

no test coverage detected