true if both states are equal. false otherwise
Gets the application state from the current main URL. If the URL was updated with custom state via updateUrl(), they will also be included in the returned state.
Updates the main URL with the given application state. If passing extra custom state, this extra custom state is also included when getStateFromUrl() is called.
Also if the custom state shares the same keys as the main application state, the application state takes precedence (ie. The key/value in the custom state will not overwrite the application state for the same key).
To avoid this, you should delete/omit said keys from the application state when calling this method if you want to take the equivalent key/value from the custom state.
Do not write the following properties to the URL
Generated using TypeDoc
Determines if the 2 url state are equal
0.14.5