Navigation Component: Store the Navigation Tree in the Context #25246
Labels
[Feature] Navigation Component
A navigational waterfall component for hierarchy of items.
[Status] In Progress
Tracking issues with work in progress
Explore if we should keep an abstraction of the navigation tree (derived by the
Navigation
children) in theNavigationContext
, in order to facilitate some automations that would otherwise require manually traversing theNavigation
children.Examples:
Automatically add anul
insideNavigationMenu
if not provided by the consumer. (Navigation Component: Addul
Automatically Where Needed #25248)setActiveItem
andsetActiveMenu
are targeting existing targets. (Navigation Component: Ensure That setActiveItem and setActiveMenu Targets Exist #25249)The text was updated successfully, but these errors were encountered: