jf-roku/components/data/options-button.xml
2019-05-03 08:48:59 -04:00

10 lines
364 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsButton" extends="ContentNode">
<interface>
<field id="escape" type="boolean" alwaysNotify="true" />
<function name="press" />
</interface>
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
<script type="text/brightscript" uri="options-button.brs" />
</component>