API Reference - WebPortal.app.open
WebPortal.app.open
This API allows triggering the opening of another WebPortal Application.
Parameter | Type | Description | Required |
---|---|---|---|
type |
String |
Name of the API WebPortal.app.open |
Yes |
appId |
String |
Identifier of the Application to open. | Yes |
Example
1
2
3
4
window.parent.postMessage({
type: 'WebPortal.app.open',
appId: "<appToOpen>",
}, '*');