Navigation Functions
About 1 minactionsviews
Navigation Functions
The complete set of functions offered in a Navigation action's Function dropdown. Set the function in the Navigation tab of the Actions panel (available on the onClick and onDblClick triggers). For how to configure a navigation action and worked examples, see Navigation Between Displays.
| Function | What it does |
|---|---|
GoTo | Navigate to a view chosen from the target-view selector |
GoToId | Navigate to a view by its numeric ID |
GoToPath | Navigate to a view by its folder path |
GoToUUID | Navigate to a view by its UUID |
GoToUrl | Open a URL β an external site or any address β with a Same Tab option to replace the current tab or open a new one |
Popup | Open the target view in a popup overlay instead of leaving the current display. Positioning options let you place it at the cursor or at manual X/Y coordinates with an alignment |
GoBack / GoForward | Step back or forward through the view history, like a browser |
Refresh | Reload the current view |
GoToSeeq | Open the linked Seeq workbench |
None | No navigation (placeholder) |
The Parameter field next to Function changes to match the selected function β a target-view picker for the GoTo* functions, a URL box and Same Tab toggle for GoToUrl, and position/alignment options for Popup.
What's Next
With navigation wired up, the next step is building overview displays that show a whole fleet of assets at once and link each one to its detail view. Continue to Asset Groups β.
Related
- Navigation Between Displays β configuring navigation actions and worked examples
- Actions & Interactions β triggers, action types, and interactions
- Interaction Reference β producer properties and consumer functions
- Navigation Functions (scripting) β the scripting API for these functions