ink-cartridge
    Preparing search index...

    Function useScreenSystem

    • 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.

      Returns ScreenSystemContextValue

      If no provider is found in the component tree.