• pathname (string) - pathname in window.location - e.g., "/my/full/pathname" • search (string) - search in window.location - e.g., "?myargument=1" • hash (string) - hash in window.location - e.g., "#myhash" • href (string) - href in window.location - e.g., "/my/full/pathname?myargument=1#myhash" • refresh (boolean; default true) - Refresh the page when the location is updated?
Union case | Description |
Full Usage:
Hash string
Parameters:
string
|
|
Full Usage:
Href string
Parameters:
string
|
|
Full Usage:
Pathname string
Parameters:
string
|
|
Full Usage:
Refresh bool
Parameters:
bool
|
|
Full Usage:
Search string
Parameters:
string
|
|
Static member | Description |
|
|