Backstage
    Preparing search index...

    Interface SubRouteRef<TParams>

    Descriptor of a route relative to a RouteRef or another sub-route.

    interface SubRouteRef<TParams extends AnyRouteRefParams = AnyRouteRefParams> {
        $$type: "@backstage/SubRouteRef";
        path: string;
        T: TParams;
    }

    Type Parameters

    Index
    $$type: "@backstage/SubRouteRef"
    path: string