Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INewPortalModalRequestResponse

A response given after a PortalModalMessageType.

An example response to render a modal:

example

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

Hierarchy

  • INewPortalModalRequestResponse

Index

Properties

Optional modalId

modalId: string

The id for the object that triggered the modal request.

Optional portalId

portalId: string

The id of the portal the modal is in.

status

The status of the request.

type

Will always be ModalResponse.

Generated using TypeDoc