- :nothing
alert
show notification with given title and message
Parameters
alert title :string message :string
Attributes
info | show informational notification | |
warning | show notification as a warning | |
error | show notification as an error |
Returns
Examples
copyalert "Hello!" "This is a notification..." ; show an OS notification without any styling alert.error "Ooops!" "Something went wrong!" ; show an OS notification with an error message