The '''RootCategoryView''' component is commonly used in [[Settings]], and [[Worlds Menu]] view to show the list of root view categories while still showing the current <code>Path</code> like audio device lists, trackers, worlds, or anything else feeds might have.
|CategoryManager|{{RootFieldType|DataFeedItemMappingManager}}|TypeAdv6=true| The Mapper to handle showing categories in the root regardless of what <code>Path</code> is.
|ItemsManager|{{RootFieldType|DataFeedItemMappingManager}}|TypeAdv7=true| The Mapper to handle showing items within a selected <code>Path</code>, no matter how deep of a <code>Path</code> this is viewing.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|OnSetupTemplate:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Called when the setup template button is touched.
|PathSegmentName:[[Type:PathSegmentConverter|PathSegmentConverter]]|[[Type:PathSegmentConverter|PathSegmentConverter]]|false| Converts a path name element and a depth into a corresponding locale string for translation.
}}
}}
== Behavior ==
== Usage ==
Attach to a slot and provide a [[Type:IDataFeedView|Feed]], a [[Component:DataFeedItemMapper|Item Mapper]], and Slots to place items in order for it to work.
The RootCategoryView component is commonly used in Settings, and Worlds Menu view to show the list of root view categories while still showing the current Path like audio device lists, trackers, worlds, or anything else feeds might have.