jf-roku/components/library/rowlist.xml
2019-05-03 08:48:59 -04:00

9 lines
293 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="LibraryRow" extends="RowList">
<interface>
<field id="rowSize" type="int" />
<field id="libList" type="associativearray" onChange="setData" />
</interface>
<script type="text/brightscript" uri="rowlist.brs"/>
</component>