Backstage
    Preparing search index...

    Interface RouteRef<TParams>

    Absolute route reference.

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

    Type Parameters

    Index

    Properties

    Properties

    $$type: "@backstage/RouteRef"