jf-roku/components/data/search-result.xml

12 lines
421 B
XML
Raw Normal View History

2019-03-14 22:50:20 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="SearchData" extends="ContentNode">
<interface>
<field id="id" type="string" />
<field id="type" type="string" />
2019-03-14 22:50:20 +00:00
<field id="title" type="string" />
<field id="posterUrl" type="string" />
<field id="json" type="associativearray" onChange="setFields" />
2019-03-14 22:50:20 +00:00
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="search-result.brs" />
2019-03-14 22:50:20 +00:00
</component>