Expose ContextMenu as annoucable

I have a list of items that have swipe actions that I'd like to hide from accessibility and make actions available via the AccessibilityActions modifier. Additionally, I would like to make the contextMenu annoucable as an action. This behavior exists in the Apple Podcasts app but can't find out to do it in SwiftUI.

If the users knows to use the triple-tap, they can activate the context menu but have it as an action of the element is even better.

Expose ContextMenu as annoucable
 
 
Q