Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPortalNotificationStatus

A event when a queued notification's status has changed.

example

{
  type: 'portal:notification:status',
  status: 'visible',
  notificationId: 'some-notification-id',
  portalId: 'some-portal-id'
}

Hierarchy

  • IPortalNotificationStatus

Index

Properties

notificationId

notificationId: string

The specific notification.

portalId

portalId: string

The notifications portal.

status

status: string

The current status of the notification.

type

Generated using TypeDoc