Optional PortalPanelEvent and their respective AttributesEvent for the panel.
Optional id for the object that triggers the new portal event.
The panel's title.
The type of panel.
Must be PanelNew.
Allows integrations to provide custom padding values. No default padding will be provided.
Generated using TypeDoc
Request to open a panel.
The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example request to open a full panel:
{ type: 'portal:panel', attributes: { onXX: { callbackId: 'some-callback-id' } }, correlationId: 'some-object-id', panelType: 'full', panelTitle: 'Your Panel Title' }