Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INewPortalPanelResponse

Response from a INewPortalPanelRequest.

An example response after opening a panel:

example

{
   type: 'portal:panel:response',
   correlationId: 'some-object-id',
   portalId: 'some-portal-id',
   status: 'success'
}

Hierarchy

  • INewPortalPanelResponse

Index

Properties

Optional correlationId

correlationId: string

Optional id for the object that triggered the new portal event.

portalId

portalId: string

The id to render content into.

status

The rendering status of the portal.

type

Will always be PanelResponse.

Generated using TypeDoc