macaroni

alert

Description:
The alert executor is used to display a text message to the user with a message box type experience . The dialog will have one button, OK.

Parent: execute, then, else

Value (simple form): string specifying the text message to display
Value (key/value form):

# simple form
- alert: (string)

# simple example
- alert: Hello!

# key/value form
- alert: (string, required)
  title: (string, optional)
  image: (string, optional)
  timeout: (time, optional)

# key/value example
- alert: Hello!
  title: ALERT MESSAGE

Additional information:

Status: ✅ IMPLEMENTED (caveats: image, and timeout not yet functional)