New view name. Usually it matches the location.pathname or location.hash
param group
New view group. It is recommended to contain the dynamic placeholders of the view name.
For example, if the view name is "/books/123", view group should be "books/:bookId" or similar.
Signature of new the view to start.
New view name. Usually it matches the location.pathname or location.hash
New view group. It is recommended to contain the dynamic placeholders of the view name. For example, if the view name is "/books/123", view group should be "books/:bookId" or similar.