How to find the extent of the highlighted features on map?
In 3.x, there was a way to find extent of the highlighted (or selected by using FeatureLayer.selectFeatures()) features using graphicsUtils.graphicsExtent(selectedFeatures).
Is there a way to get the extent of the highlighted features in 4.x? Once I get an extent then I want to expand it based on user's settings. I can use goTo(selectedFeatures) but it doesn't seem to have any option to supply zoom factor to expand the extent.