Slides Event Debounce

Is there a way to debounce slides events?

I am dynamically generating slides but it’s possible to swipe to the end faster than slides can be generated. I’ve tried everything I can think of but haven’t found a good solution. There doesn’t seem to be a way to cancel the event and lockSlides (to prevent sliding) doesn’t behave well on ionSlideNextStart event.

I understand that the slides component is based on idangero.us swiper but can’t see any useful additional properties/methods: http://idangero.us/swiper/

Slides Component