How to Use
To use the Window alert brick allows you to trigger an alert on your screen.
To configure it change the value in the message
input field.
This is the value that will be shown in an alert popup on the screen, blocking further input on the page until confirmed.
Use cases
- Notifying the user of an action that's about to happen that might be important
- Showing the result of a brick executed in a previous step
Inputs
Name | Required | Type | Description |
---|---|---|---|
type |
string
|
The alert type represents different scenarios for your message. "window" alerts stay on the screen until the user dismisses them | |
message |
string, number, boolean |
The message or value you want to display in the alert | |
duration |
number
|
How long, in milliseconds, the alert remains before disappearing |
Outputs
Name | Required | Type | Description |
---|---|---|---|
No outputs for this brick defined. |