Select to view content in your preferred language

Event arcgisViewClick for component arcgis-map

202
2
Jump to solution
05-12-2025 09:25 AM
ForrestLin
Frequent Contributor

How to get the point from event 

arcgisViewClick(event: HTMLArcgisMapElement["arcgisViewClick"]) ?

 

Thanks.

Forrest

0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Esri Frequent Contributor

Events on components are custom events, so you can find the point on "event.detail.mapPoint".

We'll make this clearer in the 4.33 documentation release.

View solution in original post

2 Replies
ReneRubalcava
Esri Frequent Contributor

Events on components are custom events, so you can find the point on "event.detail.mapPoint".

We'll make this clearer in the 4.33 documentation release.

ForrestLin
Frequent Contributor

@ReneRubalcava 

Thanks.

0 Kudos