Represents the options passable into goto
Represents the base url of your Web Application, e.g. if the entry point is https://my.domain/my-application, you should set to /my-application/
https://my.domain/my-application
/my-application/
NOTE: The goto function also reads from any <base> elements in <head>, if present
<base>
<head>
Represents if the URL hash should be used as the target href source, e.g. https://my.domain/path/to/route?x=y or https://my.domain/#path/to/route?x=y
https://my.domain/path/to/route?x=y
https://my.domain/#path/to/route?x=y
Represents if the navigation should create a new History entry or not, e.g. Forward / Back Button-able
Generated using TypeDoc
Represents the options passable into goto