Building a Purple Experience
Components
Event Actions
4min
Purple Experience Builder
- OpenUrlAction
- NavigateEventAction
This action in the Purple Experience opens an external URL inside the current view. If "target" is set to "_blank", the external URL opens inside a new view.
OpenURLAction
This action is used to navigate internally within the App environment.
Recommended usage:
- "path" is used to navigate to the respective view
- "params" is used to set query params if necessary
Note: if you use "url" instead of path, Angular's navigateByUrl is used which ignores the "params". Use this if you have a full internal URL with query params.
Updated 19 Sep 2024
Did this page help you?