How to get details of selected menu from any service.
Hi,
Suppose I have the menu in my master. The menu is like electronics, groceries, and vegetables in horizontal.
Now the question is simple. How can I get the detail of the selected menu?
If I select groceries then I want to know the details of the grocery menu like
menu .linkDestination = "MainMash";
menu .parentMenuId = "TotalCareMenu";
menu .menuId = "TotalCareMenu_0";
menu .isDefault = "true";
menu .imageURL = "";
menu .linkTarget = "Self";
menu .description = "";
menu .linkType = "Mashup";
menu .title = "[[MAP]]";
Thank you.

