jf-roku/components/Library.xml
2019-02-03 20:57:52 -06:00

17 lines
390 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="Library" extends="Scene">
<children>
<LibraryRow
id="LibrarySelect"
visible="true"
translation="[150,150]"
/>
</children>
<interface>
<field id="libRowItemSelected" type="intarray" alias="LibrarySelect.RowSelectedItem" />
<field id="library" type="string" />
</interface>
</component>