Message sent from a portal in response to events whose integration registered a listener on an element/component.
The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example of portal callback in response to a click event on custom element:
{ type: 'portal:callback', callbackId: 'your-callback-id', portalId: 'portalId', selectorData: { event: 'onClick' } }
Generated using TypeDoc
Message sent from a portal in response to events whose integration registered a listener on an element/component.
The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example of portal callback in response to a click event on custom element:
{ type: 'portal:callback', callbackId: 'your-callback-id', portalId: 'portalId', selectorData: { event: 'onClick' } }