Remove App Connection
element.removeAppConnection()
Remove an App Connection for a specific element. Only App Connections associated with the current App can be removed.
Syntax
Parameters
- value: String - The string identifier for the App Connection to be removed.
Returns
Promise<null
>
A promise that returns to null
.