@resistdesign/voltra
    Preparing search index...

    Function addRouteMapToRouteMap

    • Apply one RouteMap to another.

      Parameters

      • routeMap: RouteMap

        Existing route map to append to.

      • routeMapToAdd: RouteMap

        Route map to merge into the existing map.

      • basePath: string = ""

        Optional base path prefix applied to all incoming paths.

      Returns RouteMap

      New route map with the incoming routes merged.