Can I know if the the ionic list options button is visible or hidden? I need to know because I want to use an on-swipe-right directive to perform an action. At this point, if I swipe right to close options button, this triggers my on-swipe-right too which is supposed to perform the other action.
I can use the if statement to not trigger this on-right-swipe action if the options buttons are visible.