I would like to ask, when using MapImageLayer, identify clicks on the feature, how can I make the data in MapImageLayer have a highlight display?
The following is the general usage of featurelayer.
view.whenLayerView(feature).then(function (layerView) {
highlight?.remove();
highlight = layerView.highlight(id);
});