jf-roku/components/LibraryData.xml

10 lines
314 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
2019-03-12 01:24:39 +00:00
<component name="LibraryData" extends="ContentNode">
<interface>
<field id="labelText" type="string" />
<field id="libraryID" type="string" />
<field id="libraryType" type="string" />
2019-03-12 23:34:51 +00:00
<field id="data" type="associativearray" />
</interface>
</component>