jf-roku/components/photos/LoadPhotoTask.xml

13 lines
496 B
XML
Raw Normal View History

2022-02-06 15:37:02 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="LoadPhotoTask" extends="Task">
<interface>
<field id="itemContent" type="node" />
<field id="results" type="string" />
</interface>
<script type="text/brightscript" uri="LoadPhotoTask.brs" />
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
</component>