Navigation action

The Navigate action allows you to navigate to a page in your application.

  • You can specify the page URL as a string or use a variable to reference the page URL:

/home
  • You can also use the built-in {{routes}} object:

{{routes.home.url}}
  • To open the page in a new tab, select the Open in new tab checkbox.

  • You can also specify URL parameters, they will be available on the new page as:

{{activeRoute.queryParams}}

Last updated

Was this helpful?