A response given after a NotificationClose
An example response to close a notification
{ type: 'portal:notification:close:response', notificationId: 'some-notification-id', status: 'success' }
The specific notification.
The status of the request.
Must be NotificationCloseResponse.
Generated using TypeDoc
A response given after a NotificationClose
An example response to close a notification
{ type: 'portal:notification:close:response', notificationId: 'some-notification-id', status: 'success' }