Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalNotificationCloseResponse

A response given after a NotificationClose

An example response to close a notification

example

{
  type: 'portal:notification:close:response',
  notificationId: 'some-notification-id',
  status: 'success'
}

Hierarchy

  • IPortalNotificationCloseResponse

Index

Properties

notificationId

notificationId: string

The specific notification.

status

The status of the request.

type

Generated using TypeDoc