<?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 Re: Even type of view.on() in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518522#M85308</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2024 18:21:48 GMT</pubDate>
    <dc:creator>ForrestLin</dc:creator>
    <dc:date>2024-08-12T18:21:48Z</dc:date>
    <item>
      <title>Even type of view.on()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518379#M85300</link>
      <description>&lt;P&gt;I use Angular/TypeScript and need to know the type of Events with&amp;nbsp;view.on() like:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;on&lt;/SPAN&gt;&lt;SPAN&gt;("&lt;/SPAN&gt;&lt;SPAN&gt;click"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;async&lt;/SPAN&gt;&lt;SPAN&gt; (event) =&amp;gt; { ..... });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;view.on("immediate-click", async (event) =&amp;gt; { ..... });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#events-summary" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#events-summary&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForrestLin_1-1723471807673.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112143i0C09F6BA53EB5A0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ForrestLin_1-1723471807673.png" alt="ForrestLin_1-1723471807673.png" /&gt;&lt;/span&gt;&lt;P&gt;Where/how can I find the definition of the types in ArcGIS Maps SDK for TypeScript?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Forrest&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Aug 2024 14:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518379#M85300</guid>
      <dc:creator>ForrestLin</dc:creator>
      <dc:date>2024-08-12T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Even type of view.on()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518417#M85301</link>
      <description>&lt;P&gt;These are available under the __esri TS namespace&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReneRubalcava_0-1723475603267.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112149i5CF71AFE6D527177/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ReneRubalcava_0-1723475603267.png" alt="ReneRubalcava_0-1723475603267.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 15:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518417#M85301</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2024-08-12T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Even type of view.on()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518458#M85302</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where/how can I find the definition of the type like:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;promiseUtils&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;debounce&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;async&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;event&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; { ..... });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 16:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518458#M85302</guid>
      <dc:creator>ForrestLin</dc:creator>
      <dc:date>2024-08-12T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Even type of view.on()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518463#M85303</link>
      <description>&lt;P&gt;All the TS Typings are defined by the public documentation. debounce for example depends on the function being debounced, it just takes a generic function&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-promiseUtils.html#debounce" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-core-promiseUtils.html#debounce&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 16:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518463#M85303</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2024-08-12T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Even type of view.on()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518522#M85308</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 18:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/even-type-of-view-on/m-p/1518522#M85308</guid>
      <dc:creator>ForrestLin</dc:creator>
      <dc:date>2024-08-12T18:21:48Z</dc:date>
    </item>
  </channel>
</rss>

