OptionaltypeType override — useful when passing options to the generic notify() method.
When omitted, the caller's method name determines the type
(e.g. Notifications.success() forces type: "success").
OptionaldurationAuto-dismiss duration in milliseconds.
Ignored when persistent is true.
Built-in defaults per type:
info → 3 000 mssuccess → 3 000 mswarning → 4 000 mserror → 5 000 msOptionalpersistentWhen true, the toast will not be auto-dismissed.
The user must close it manually (requires dismissible: true) or
the integrator must call Notifications.dismiss() / Notifications.clearAll().
OptionaldismissibleWhen true, a close button is rendered on the toast.
The user can dismiss the notification at any time.
Options accepted by all
Notifications.*methods.All fields are optional. When omitted, the system applies defaults configured at
notifications.init()time (or the built-in defaults).