Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalPanelCloseRequest

Request to close the panel.

The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.

An example request to close the panel containing portal-id:

example

{
   type: 'portal:panel:close',
   id: 'portal-id'
}

Hierarchy

  • IPortalPanelCloseRequest

Index

Properties

Properties

id

id: string

Id of the portal to close.

type

Must be PanelClose.

Generated using TypeDoc