Navigate
This component of the Design System is deprecated, which means it'll be replaced or removed soon. Until that, the Design System team will support existing implementations, but please avoid implementing this component in new projects.
This function will be removed from utils please migarte to the `navigateToRoute`.
The Navigate method helps to navigate in SUITE. It works in iframes as well.
JavaScript:
window.e.utils.navigate({ url: 'test-url.com' });
Navigate method
Method
| Name | Description |
|---|---|
navigate |
It navigates to the given url. |