Option button in list status?

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.

1 Like

I know its old but have you found a solution for this? I have a ng-click on the item which should just hide the option-buttons if they are showing, and do another thing if they aren’t.