The base URL of the app, off which the path would be constructed.
A note on paths
Paths are more 'elegant' but require some backend configuration to properly handle things like links, tab duplications, reloads, etc. If the backend cannot handle this (eg, being served off GH-Pages), then the path support must be disabled. The application can instead use a URL parameter named
src:url
. URLs on this parameter are assumed to be relative, but may be full cross-origin URLs if the protocol is specified and URL-encoded. Eg,?src:url=http%3A%2F%2Fexample.org%2Fmy-cool-thing.dashboard
.When using
src:url
, the dashboard should be treated as an 'imported' dashboard and will thus have no name or path. When the path is set, it will clear thesrc:url
parameter.
URL Parameter Blacklist
Any parameter whose name matches an entry in this blacklist will be excluded from the parameters object exposed by this class.
Generated using TypeDoc
Creates an instance of UrlManager.