A event when a queued notification's status has changed.
{ type: 'portal:notification:status', status: 'visible', notificationId: 'some-notification-id', portalId: 'some-portal-id' }
The specific notification.
The notifications portal.
The current status of the notification.
Must be NotificationStatus
Generated using TypeDoc
A event when a queued notification's status has changed.
{ type: 'portal:notification:status', status: 'visible', notificationId: 'some-notification-id', portalId: 'some-portal-id' }