I have a feature class that I applied complex labelling rules. In order for those labelling rules to translate on a map, I had to publish the feature class as a MapImageLayer. I have search for the javascript equivalent labellingInfo setting but it seems that they do not existing yet in the 4.x JS library.
Right now, I am dealing with highlighting by creating individual graphics and added it either into a graphics layer or MapView.graphics. Is there a native way such as layerView.highlight() for MapImageLayer?