navigate
This function places a request to navigate the current hosting page to a path, relative or absolute
Syntax
messageHandler.navigate("relative","/dashboard",false, ack)
Parameters
type
(String): The type of navigation requested
Available types
State | Description |
---|---|
relative | An internal path in the system |
absolute | An external url, navigating |
- path (String):
- newTab (boolean), default false: Will open a new tab with the requested URL
Updated 7 days ago