API. INTERACTION

API.INTERACTION provides interfaces for FP application-level interaction operations, such as navigating between different apps within the FlexPendant environment.

Methods

Navigate to another FlexPendant app

Parameters:
NameTypeDescription
appNamestring
messagestring
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')