<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a Typescript definition file for jimu.js (jimu.d.ts)? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863101#M12021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/9001"&gt;Using the Web AppBuilder&lt;/A&gt;‌&amp;nbsp;&lt;A href="https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=1"&gt;https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=1&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=4"&gt;https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=4&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 15:57:50 GMT</pubDate>
    <dc:creator>DamonStone1</dc:creator>
    <dc:date>2017-02-20T15:57:50Z</dc:date>
    <item>
      <title>Is there a Typescript definition file for jimu.js (jimu.d.ts)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863101#M12021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/9001"&gt;Using the Web AppBuilder&lt;/A&gt;‌&amp;nbsp;&lt;A href="https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=1"&gt;https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=1&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=4"&gt;https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&amp;amp;searchId=6b4ef378-53ea-4cae-bf69-586d2397dcf4&amp;amp;searchIndex=4&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 15:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863101#M12021</guid>
      <dc:creator>DamonStone1</dc:creator>
      <dc:date>2017-02-20T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Typescript definition file for jimu.js (jimu.d.ts)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863102#M12022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;There is not that I have seen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863102#M12022</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-20T16:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Typescript definition file for jimu.js (jimu.d.ts)?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863103#M12023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no types for jimu. However for those who still wish to use typescript you can declare&amp;nbsp;like so at the top of your ts file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/// &amp;lt;amd-dependency path="jimu/BaseWidget" name="BaseWidget" /&amp;gt;&lt;/SPAN&gt;
declare &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; BaseWidget&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; any&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// there is no ts definition of BaseWidget yet&lt;/SPAN&gt;
‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-typescript-definition-file-for-jimu-js/m-p/863103#M12023</guid>
      <dc:creator>MatthewLewis3</dc:creator>
      <dc:date>2021-12-12T10:42:31Z</dc:date>
    </item>
  </channel>
</rss>

