Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalModalCloseRequestResponse

A response given after a PortalModalMessageType.

An example response to close a modal with some-modal-id:

example

{
 "type": "portal:modal:close:response",
 "modalId": 'some-modal-id',
 "status": "success"
}

Hierarchy

  • IPortalModalCloseRequestResponse

Index

Properties

Properties

modalId

modalId: string

The id for the object that triggered the modal request.

status

The status of the request.

type

Will always be ModalCloseResponse.

Generated using TypeDoc