25f03915ff
* remove optional chaining operators + use isValid() + remove extra white space * address reviewer feedback
12 lines
508 B
XML
12 lines
508 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="HomeRows" extends="RowList">
|
|
<interface>
|
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
|
<field id="userConfig" type="assocarray" />
|
|
<field id="quickPlayNode" type="node" alwaysNotify="true" />
|
|
<function name="updateHomeRows" />
|
|
<function name="loadLibraries" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="HomeRows.brs" />
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
|
</component> |