How to fetch Navigation List Value
Summary
We are trying to access the value of the Navigation List but we are just getting the Id value but not href value. Can you let us know how to get the href value from navigation list on-selection-changeContent
We are trying to access the value of the Navigation List but we are just getting the Id value but not href value. Can you let us know how to get the href value from navigation list on-selection-change event.
Code Snippet
<div id="navlistcontainer1"> <oj-navigation-list aria-label="Choose a navigation item" selection="[[$variables.OptyCompetitorDetails.MHCompetitorType_c]]" drill-mode="none" on-selection-changed="[[$listeners.ojNavigationListSelection3]]"> <ul>
Tagged:
0