Main navigation tool. By default it searches for nearest state with passed name
(and matches
passed keys
if any) in stacks of focused states. If existing state not found then new state
is created if it is allowed in current stack. Params are replaced by passed ones by default,
however merge
option may modify this behavior. When navigation is successful optional
update
callback is called for further state modification.
Generated using TypeDoc
Creates state using required
name
,params
and optionalstack
. When stack is not passed and routes has appropriatebuilder
, new stack is generated using that builder.