jf-roku/components/JFGroup.xml
2020-02-29 20:41:57 -05:00

11 lines
399 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFGroup" extends="Group">
<interface>
<field id="backPressed" type="boolean" alwaysNotify="true" />
<field id="lastFocus" type="node" />
<field id="overhangTitle" type="string" />
<field id="optionsAvailable" value="true" type="boolean" />
</interface>
<script type="text/brightscript" uri="JFGroup.brs" />
</component>