what is the type for a MapView click event?

271
0
07-29-2023 06:21 PM
john_cartwright_noaa
New Contributor III

Hello,

What is the correct type for the click event on a mapview, e.g.

 

 

// what is the type of the event object sent to executeIdentify function? 
view.on("click", executeIdentify);

// should it be:
function executeIdentify(event:__esri.ViewClickEvent) {
  // implementation here
}

 

 

 

 

Tags (2)
0 Replies