Change The 'Active' style of an element in ArcGis Sdk Map

272
2
Jump to solution
02-07-2024 07:17 AM
fb1
by
New Contributor III

Hello,

I wanted to know if there was a way to change this effect/behaviour that appears when the element is clicked e.g. by changing colour or zooming in on it.

I'm using ArcGis SDK Javascript

 

fb1_1-1707318906415.png

Thank you all!

 

0 Kudos
1 Solution

Accepted Solutions
JeffreyThompson2
MVP Regular Contributor

You should be able to alter these properties with the MapView.highlightOptions.

https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptio...

GIS Developer
City of Arlington, Texas

View solution in original post

2 Replies
JeffreyThompson2
MVP Regular Contributor

You should be able to alter these properties with the MapView.highlightOptions.

https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptio...

GIS Developer
City of Arlington, Texas
fb1
by
New Contributor III

Thanks, with HighlightOptions i can change the color 🙂

0 Kudos