NotificationSettings
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Specifies the animation settings of the Notification (see example). The possible values are:
| |
appendTo? |
|
Defines the container to which the Notification will be appended (see example). If not provided, the Notification will be placed in the root component
of the application or in the | |
closable? |
|
Specifies if the Notification will require a user action to hide.
If the property is set to The possible values are:
| |
closeTitle? |
|
Specifies the title of the close button. | |
content |
|
Defines the content of the Notification. | |
cssClass? |
|
Specifies a list of CSS classes that will be added to the Notification.
To apply CSS rules to the component, set
| |
height? |
|
Specifies the height of the Notification. | |
hideAfter? |
|
Specifies the time in milliseconds after which the
Notification will hide
(see example).
Defaults to | |
notificationLabel? |
|
|
The value of the Notification element |
position? |
|
Defines the position of the Notification (see example). The possible values are:
| |
type? |
|
Specifies the type of the Notification (see example). The possible values are:
| |
width? |
|
Specifies the width of the Notification. |
Constructors
NotificationSettings
()