MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / onDragMove

Method onDragMove

core/src/components/modal/modal.tsx:1422–1424  ·  view source on GitHub ↗
(detail: ModalDragEventDetail)

Source from the content-addressed store, hash-verified

1420 }
1421
1422 private onDragMove(detail: ModalDragEventDetail) {
1423 this.ionDragMove.emit(detail);
1424 }
1425
1426 private onDragEnd(detail: ModalDragEventDetail) {
1427 this.ionDragEnd.emit(detail);

Callers 2

initSwipeToCloseMethod · 0.95
initSheetGestureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected