router-segments
    Preparing search index...

    Interface EndRoutePath

    interface EndRoutePath {
        completePath: string;
        namedParams: RoutePathNamedParams;
        path: string;
        regExp: RegExp;
        toPath: (args?: Record<string, any>) => string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completePath: string
    namedParams: RoutePathNamedParams
    path: string
    regExp: RegExp
    toPath: (args?: Record<string, any>) => string