Option | Value | Default | Description |
---|---|---|---|
message |
String | false | Notification message to show. |
status |
String | null | Notification status color. |
timeout |
Number | 5000 | Visibility duration before a notification disappears. If set to `0`, notification will not hide automatically. |
group |
String | null | Useful if you want to close all notifications in a specific group. |
pos |
String | top-center | Notification display position. |
container |
Boolean | true | Define a target container via a selector to specify where the notification should be appended in the DOM. |