I need to remove the buttons that appear in the upper left, how can I do this ?
Solved! Go to Solution.
You can use view.ui.remove("zoom")
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html#remove
You can use view.ui.remove("zoom")
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html#remove
Thank you so much