jf-roku/components/JFGroup.xml

12 lines
462 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" />
<field id="overhangVisible" value="true" type="boolean" />
</interface>
<script type="text/brightscript" uri="JFGroup.brs" />
</component>