New to Kendo UI for Angular? Start a free 30-day trial
NotificationRef
Updated over 6 months ago
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.
| Name | Type | Default | Description |
|---|---|---|---|
afterHide? |
|
Notifies when the Notification instance is hidden and the hiding animation ends. | |
content? |
|
A reference to the child component of the Notification.
Available when you show the Notification with
| |
hide |
|
Hides and destroys the Notification. | |
notification? |
|
A reference to the Notification instance. |