We're using the extent property of a MapView/SceneView for calculating which graphics to apply for a specific area. (Based on which graphics are in bound of extent x - calculated server sided ).
Default extent property (simple fill red opacity 0.4) - working as expected

When rotating a view the extent does not change (with a watch util on view.extent):

When tilting or rotating in a SceneView.. Same results

Does ArcGis provide a way to get the actual extent (view area).
codepen: https://codepen.io/michaelk95/pen/BaVBrxo
Thanks