Returns the value for a given key
The key to retrieve the value for
Optional value which is returned if the given key does not exist
Returns all key value pairs that are currently in the hash
Checks if a given key is set in the current anchor tag
Parses the current hash value into an object The hash is expected to look like #/key/value/key2/value2
Sets a single key value pair
Sets multiple values using only a single change request
Converts the given hash object into a string representation valid for the url
Generated using TypeDoc
This helper is used to set an anchor part of the url to a list of key value pairs like: #/key/value/key2/value2