Backstage
    Preparing search index...
    interface RouteResolutionApi {
        resolve<TParams extends AnyRouteRefParams>(
            anyRouteRef:
                | RouteRef<TParams>
                | SubRouteRef<TParams>
                | ExternalRouteRef<TParams>,
            options?: { sourcePath?: string },
        ): RouteFunc<TParams> | undefined;
    }
    Index

    Methods

    Methods