Interface NavRenderContext


public interface NavRenderContext
Everything a NavRenderer needs to build or update its content for the current nav state.
  • Method Details

    • currentPath

      String currentPath()
      The path of the currently active navigation, with any leading / stripped.
    • slots

      NavSlots slots()
      The full set of named locations available to render into.