Route to page
Redirect a user to another page within your application
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Template | The template that you want to route the user to. | TEMPLATE | true | |
Template parameters | Parameters specific to the template to be routed to. | TEMPLATE_PARAMS | false | |
Force route | Force this route, even if the current page is the same. | BOOLEAN | false | |
Target | Select whether the new page should be opened in a new tab or in the existing window. | SELECT_ONE | false |