jf-roku/components/home/Home.xml

12 lines
332 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="Home" extends="JFGroup">
<children>
<HomeRows id="homeRows" />
<OptionsSlider id="options" />
</children>
<interface>
<field id="selectedItem" alias="homeRows.selectedItem" />
</interface>
<script type="text/brightscript" uri="Home.brs" />
</component>