• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

NotificationProps

Represents the props of the Kendo UI for Vue Notification component.

NameTypeDefaultDescription

ariaLabel?

string

Defines the aria-label attribute of the Notification component. Defaults to undefined.

closable?

any

Specifies if the Notification will require a user action to hide. If the property is set to true, the Notification renders a Close button. If the property is set to object, the Notification renders a Close button by extending the default props with the provided object.

The possible values are:

  • (Default) false
  • true
  • { title: 'Hide', ... }

dir?

string

The dir HTML attribute.

onClose?

(event: NotificationEvent) => void

The close event which will be triggered when the Close button is clicked.

themeColor?

string

Configures the themeColor of the Notification.

type?

{ icon?: boolean; style?: "none" | "error" | "success" | "info" | "warning"; }

The Notification type (see example).

The possible values are:

  • style: 'none'|'success'|'error'|'warning'|'info'. Defaults to none.
  • icon?: 'true'|'false'. Defaults to true.

In this article

Not finding the help you need?