router-segments
    Preparing search index...

    Interface RoutePathInterface

    interface RoutePathInterface {
        completePath: string;
        namedParams: RoutePathNamedParams;
        path: string;
        regExp: RegExp;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completePath: string
    namedParams: RoutePathNamedParams
    path: string
    regExp: RegExp