Navigate
Last updated
Was this helpful?
Last updated
Was this helpful?
The Navigate action allows you to navigate to a page in your application.
You can configure the following settings for this action:
a. Page path - main setting where you need to specify the page URL. You can specify it as a string or use a variable to reference the page URL, for example:
Or you can also use the built-in {{routes}}
object:
b. Open in new tab - select this checkbox to open the specified page in a new tab.
c. Query params - specify URL parameters that will be available on the new page as:
Check out this page to learn more information about ways of adding navigation to your application in UI Bakery