PathThe pathname, search, and hash values of a URL. interface Path {hash: string;pathname: string;search: string;}§Properties§hash: string[src]A URL fragment identifier, beginning with a #. §pathname: string[src]A URL pathname, beginning with a /. §search: string[src]A URL search string, beginning with a ?.