jf-roku/components/data/OptionsButton.xml

9 lines
341 B
XML
Raw Normal View History

2019-03-19 04:25:41 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsButton" extends="ContentNode">
<interface>
2019-10-13 19:33:14 +00:00
<field id="optionSelected" type="boolean" alwaysNotify="true" />
2019-03-19 04:25:41 +00:00
</interface>
2019-03-22 03:27:31 +00:00
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="OptionsButton.brs" />
2019-03-19 04:25:41 +00:00
</component>