Does scroll directive have access to onScrollComplete

I am using <scroll direction='x'> but I would like to get notified when scroll is completed. This is made available for <content on-scroll-complete='func'>. Is it available for <scroll and I am missing it or does it make sense to add?

I’m also in need of onScrollComplete for ion-scroll. It wasn’t difficult to add it myself, but I’m not sure if there will be unintended consequences.