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

Method onDragStart

core/src/components/modal/modal.tsx:1418–1420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416 }
1417
1418 private onDragStart() {
1419 this.ionDragStart.emit();
1420 }
1421
1422 private onDragMove(detail: ModalDragEventDetail) {
1423 this.ionDragMove.emit(detail);

Callers 2

initSwipeToCloseMethod · 0.95
initSheetGestureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected