Hi Esri community,
I am using ArcGIS Maps SDK for JavaScript map components in a React app and I am trying to hide the Back button in the Editor UI during an update workflow.
My setup:
What I am seeing:
What I need:
Additional context:
Question:
Is there an official/supported replacement for hideFlow when using arcgis-editor in 5.x map components?
If not, what workaround do you recommend?
Thanks!
I think VisibleElements is now it's own class in the core API as of 5.0:
https://developers.arcgis.com/javascript/latest/references/core/widgets/Editor/VisibleElements/
You should be able to import this class and modify the visibleElements in the JavaScript code (not in the component).