NotificationProps
Represents the props of the KendoReact Notification component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets additional classes to the Notification. jsx
| |
closable? |
|
|
Sets if the Notification requires a user action to hide.
If the property is set to jsx
The possible values are:
|
dir? |
|
Sets the jsx
| |
onClose? |
|
Fires when you click the Close button. jsx
| |
style? |
|
The styles that are applied to the Notification. jsx
| |
type? |
|
Sets the Notification type, which determines its style and icon. jsx
The possible values are:
|