Do we have any restriction control over the events (ionDrag) / (ionSwipe)

Is there any method/Events with which we can identify Swipe Started/Drag Started and Swipe Ended /Drag Ended in Ionic …? Like in angular ,we have DragStartOver and DragEnd etc., Emit events which can be used to Restrict events in certain Scenario’s and also used to write some custom logic on it based on these events.

Same way, Do we have any control over these (ionDrag) / (ionSwipe)

PFA of the screenshots from the Doc for the Reference:


Thank You !!