Access the screen-management API from within a React component.
Returns the full screen-management API: navigation (skip, back, gotoScreen),
layer management (openLayer, closeLayer, openModalLayer, closeModalLayer,
and their apply/erase/activate/deactivate/closeAll variants),
plus currentPath, allLayers, allModalLayers, pageLayer.
Access the screen-management API from within a React component.
Returns the full screen-management API: navigation (skip, back, gotoScreen), layer management (openLayer, closeLayer, openModalLayer, closeModalLayer, and their apply/erase/activate/deactivate/closeAll variants), plus currentPath, allLayers, allModalLayers, pageLayer.
Must be used inside a ScenarioManagementProvider.