Hi!
I want to change the fill of the symbol of a feature after double-click to show it is selected.
my code now :
myView.on('double-click', (event) => {
myView.hitTest(event).then((graphics) => {
})
})
and after that I get the graphics that have been double-clicked, but where is the symbol property of the selected feature graphic?