NotificationRef
Interface
Holds references to the object instance of the Notification.
Controls the Notifications which you open through NotificationService.
For an example on sample usage, refer to the
NotificationService.show method.
Definition
Package:@progress/kendo-angular-notification
Properties
afterHide?
Observable<any>
Notifies when the Notification instance is hidden and the hiding animation ends.
content?
ComponentRef$1<any>
A reference to the child component of the Notification.
Available when you show the Notification with
content.
hide
Function
Hides and destroys the Notification.
notification?
ComponentRef$1<NotificationComponent>
A reference to the Notification instance.