Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalNotificationCloseRequest

Request to close the notification

An example request to close the notification containing notification-id:

example

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

Hierarchy

  • IPortalNotificationCloseRequest

Index

Properties

Properties

notificationId

notificationId: string

The specific notification.

type

Generated using TypeDoc