Backstage
    Preparing search index...

    Interface ExternalRouteRef<TParams>

    Route descriptor, to be later bound to a concrete route by the app. Used to implement cross-plugin route references.

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

    Type Parameters

    Index

    Properties

    Properties

    $$type: "@backstage/ExternalRouteRef"