Nice to meet everyone here.
I am new. My company needs to create an application using Esri maps to allow users to select assets (points, polygons, segments) on it and send the object ID to the server side. Do you have any ideas on how to do it or any sample code to share?
thank you so much
Shen
Here's an example. You can use the "click" event on the view instead of "pointer-move." Then do some Ajax thing to send the ObjectID to your server; consider the native Fetch API.