<?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: Editor widget 4.28 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1420245#M84523</link>
    <description>&lt;P&gt;Do you mean you just want to know when the editor widget is opened to an existing item? If so, you can listen to the state change and then get the values of the item, etc. Not sure if this is what you are trying to do, but sample code below if so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;editor.viewModel.watch('state', (state) =&amp;gt; {
    if (state === 'editing-attributes') {
        const currentValues =
            editor.viewModel.featureFormViewModel.getValues();
    }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 02:29:12 GMT</pubDate>
    <dc:creator>KyleONeill</dc:creator>
    <dc:date>2024-05-08T02:29:12Z</dc:date>
    <item>
      <title>Editor widget 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1417283#M84464</link>
      <description>&lt;P&gt;I'm trying to capture the 'select' event, when users click on an existing feature, from JS API 4.28 editor widget. I can't use the edit event of the underlying layer because I don't want to wait until the user applies the edits.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I could not find the full API library for 4.28. In 4.29 I saw there are events like 'sketch-update' that would be suitable, but that's not available yet in 4.28.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 21:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1417283#M84464</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2024-04-30T21:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1420245#M84523</link>
      <description>&lt;P&gt;Do you mean you just want to know when the editor widget is opened to an existing item? If so, you can listen to the state change and then get the values of the item, etc. Not sure if this is what you are trying to do, but sample code below if so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;editor.viewModel.watch('state', (state) =&amp;gt; {
    if (state === 'editing-attributes') {
        const currentValues =
            editor.viewModel.featureFormViewModel.getValues();
    }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 02:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1420245#M84523</guid>
      <dc:creator>KyleONeill</dc:creator>
      <dc:date>2024-05-08T02:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1422309#M84534</link>
      <description>&lt;P&gt;I'm aware of state property but unfortunately it does not meet my needs. I need to know specifically when a polygon or line is being vertex edited so it will be something specific to sketch.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 13:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1422309#M84534</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2024-05-09T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1422923#M84535</link>
      <description>&lt;P&gt;Ah, I see. I haven't had a need for that so I can't help unfortunately. Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 15:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-4-28/m-p/1422923#M84535</guid>
      <dc:creator>KyleONeill</dc:creator>
      <dc:date>2024-05-09T15:21:10Z</dc:date>
    </item>
  </channel>
</rss>

