Represents a Readable
Store that outputs the current Component, if there is a matching route
NOTE: If the Store outputs undefined
, you should treat that as a 404 error
Represents a bound goto function, with its IGotoOptions.base_url / IGotoOptions.hash already set
Represents a Readable
(Browser) / Writable
(Server) Store that outputs the current full href string
Represents an object of Readable
Stores relating to the current webpage details
Represents a Readable
Store of the current hostname of a router instance, usually taken from [[IRouterOptions.url]] or Location.host
Represents a Readable
Store of the current parsed URL parameters of a router instance
Represents a Readable
Store of the current pathname of a router instance
Represents a Readable
Store of the current query string, parsed into a key-value mapping, from a router instance
Represents a Readable
Store that outputs a URL
instance of the current IRouterReturn.href value
Generated using TypeDoc
Represents the functions and Stores returned by router, used for programatically interacting with it