Namespace chip.navigation
The namespace for the CHIP API's navigation contract, which allows
you to navigate to a launchpad URL in a surrounding shell.
Defined in: navigation.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
chip.navigation.navigateToUrl(sUrl, oSettings)
Navigates to the given URL using the optional settings.
|
Method Detail
<static>
chip.navigation.navigateToUrl(sUrl, oSettings)
Navigates to the given URL using the optional settings.
- Parameters:
- {string} sUrl
- the URL to navigate to
- {object} oSettings Optional
- the settings
- Since:
- 1.2.0
- See:
sap.ui2.shell.getNavigationHandle().navigateToUrl()