Backstage
    Preparing search index...

    Interface SubRouteRef<TParams>

    Descriptor of a route relative to an absolute RouteRef.

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

    Type Parameters

    Index

    Properties

    Properties

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