Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
componentDidLoad
Method · 0.95
Calls
1
activate
Method · 0.95
Tested by
no test coverage detected