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