New to Kendo UI for Angular? Start a free 30-day trial
NotificationRef
Holds references to the object instance of the Notification.
Controls the Notifications which are opened 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 the Notification is shown with
| |
hide |
|
Hides and destroys the Notification. | |
notification? |
|
A reference to the Notification instance. |