I have a mud menu like this
<MudMenu ActivationEvent="MouseEvent.RightClick"><ActivatorContent></ActivatorContent><ChildContent></ChildContent></MudMenu>and it opens when I right click somewhere in the parent component.
How do I find out which element I had the mouse above when right clicking?