Enables search for existing state using list of params keys. Empty list always creates new state. Nonempty list will be used to compare existing state params with passed ones. Params compared using strict equality.
Merges previous and next parameters on successful navigation to existing state.
Callback for further state update. Called after successful navigation.
Generated using TypeDoc
Enables search for existing state using list of params keys. Empty list always creates new state. Nonempty list will be used to compare existing state params with passed ones. Params compared using strict equality.