React Router API Reference
    Preparing search index...

    Interface Path

    The pathname, search, and hash values of a URL.

    interface Path {
        hash: string;
        pathname: string;
        search: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    hash: string

    A URL fragment identifier, beginning with a #.

    pathname: string

    A URL pathname, beginning with a /.

    search: string

    A URL search string, beginning with a ?.