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