• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
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.

NameTypeDefaultDescription

afterHide?

Observable<any>

Notifies when the Notification instance is hidden and the hiding animation ends.

content?

ComponentRef<any>

A reference to the child component of the Notification. Available when the Notification is shown with content.

hide

Function

Hides and destroys the Notification.

notification?

ComponentRef<NotificationComponent>

A reference to the Notification instance.

In this article

Not finding the help you need?