router-segments
    Preparing search index...

    Interface RouteMatch<Locales, RouteRef>

    interface RouteMatch<Locales extends LocaleType | never, RouteRef> {
        namedParams: undefined | Map<string, string>;
        otherParams: undefined | string[];
        path: string;
        ref: RouteRef;
        route: Route<any, Locales, RouteRef>;
        routePath: RoutePathInterface | EndRoutePath;
    }

    Type Parameters

    Index

    Properties

    namedParams: undefined | Map<string, string>
    otherParams: undefined | string[]
    path: string
    route: Route<any, Locales, RouteRef>