I would like to extend LabelList (component let’s name it MyListMenu) in a way that I can reuse some layout settings accros my channel, and specify it’s content when used in xml.
What I would like to achieve is an option to specify something like this
I have a problem, that I can’t find a way to define MyListMenu to handle setting of content and putting it in right place.
My xml for MyListMenu
<component name=“MyListMenu” extends=“LabelList” xsi:noNamespaceSchemaLocation=“https://devtools.web.roku.com/schema/RokuSceneGraph.xsd”
initialFocus=“contentGroup”
With code above ContentNode is displayed, but I cannot put it into LabelList with id “contentGroup”, what is a proper approach to achieve this behavior?
