Misc Receipts Row Action Click Running on Row Click

Please can you confirm if it’s correct that Row Action Clicked events on the Miscellaneous Receipts header runs when you click a row and not the row action click arrow?

I know when you click a row, the Edit and Delete option are shown, but should it be running events added on Row Action Clicked events as I am seeing that at the moment.

Thank you.

It does run on both the click of the row or the click of the row action button. This is because you can pin row actions and they will show up in the row tray. So we run row action clicked on row selection since that’s also how the row tray shows up to make sure those actions are shown/hidden correctly.

I assume we cannot differentiate when it’s a row click vs row action click?

Not as an app developer right now.