Path
The pathname, search, and hash values of a URL.
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| 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 ?. |