A response given after a PortalModalMessageType.
An example response to render a modal:
{ "type": "portal:modal:response", "modalId": 'some-modal-id', "portalId": 'some-portal-id', "status": "success" }
The id for the object that triggered the modal request.
The id of the portal the modal is in.
The status of the request.
Will always be ModalResponse.
Generated using TypeDoc
A response given after a PortalModalMessageType.
An example response to render a modal:
{ "type": "portal:modal:response", "modalId": 'some-modal-id', "portalId": 'some-portal-id', "status": "success" }