Param key.
Delete a param in the location's URI.
Param key.
Get a param from the fragment of the location's URI.
Param key.
Param value.
Get a param from the fragment of the location's URI as integer. If the entry
does not exist, or if the value can not be parsed as integer, undefined
is returned.
Param key.
Param value.
Get an array with all existing param's keys from the fragment of the location's URI.
Param keys.
Get an array with all existing param's keys from the fragment of the location's URI that start with the given prefix.
Key prefix.
Param keys.
Get a param in the location's URI.
Param key.
Param value.
Get a param in the location's URI as a floating point number.
If the entry does not exist, or if the value can not be parsed,
undefined
is returned.
Param key.
Param value.
Get a param in the location's URI as integer. If the entry does not exist,
or if the value can not be parsed as integer, undefined
is returned.
Param key.
Param value.
Get an array with all existing param's keys in the location's URI.
Param keys.
Get an array with all existing param's keys in the location's URI that start with the given prefix.
Key prefix.
Param keys.
Get the location's current path.
The path.
Get the location's URI as a string
The URI.
Check if a param exists in the fragment of the location's URI.
Param key.
True if the param exists.
Check if a param exists in the location's URI.
Param key.
True if the param exists.
Refresh the the location's URI.
Set a new path for this location.
Path.
Set or create a param in the fragment of the location's URI.
Parameters.
Set or create a param in the location's URI.
Parameters.
Generated using TypeDoc
Delete a param int the fragment of the location's URI.