API.INTERACTION provides interfaces for FP application-level interaction operations, such as navigating between different apps within the FlexPendant environment.
- Source
Methods
navigateToApp(appName, message)
Navigate to another FlexPendant app
Parameters:
| Name | Type | Description |
|---|---|---|
appName | string | |
message | string |
- Source
Example
// navigate to the I/O app without message
await API.INTERACTION.navigateToApp('I/O','')
// navigate to the JoyStick page in Jog App
await API.INTERACTION.navigateToApp('Jog','navigateToPage = JoystickJog & url = None')