🚧Toast (WIP)

The toast is a timed, temporary notification that displays a message at the top or bottom of the screen when triggered.

Customization options

There are 4 types of toast: Info, Warning, Error and Success. The type can be selected in the settings ⚙️ , and the color of each type is set in the Theme Builder.

Setting the Toast message

When adding the Toast widget to the app UI builder, it will look like a small message icon. The icon disappears on the deployed app or in test mode, so the location of the widget doesn't matter.

To set the toast message, drag an output onto the widget. The only action that can be performed is "call message".

The content of the output is the message in the toast, and the call message action is triggered when the output is updated.

Multiple outputs can be connected to the same toast widget, and the toast will only display the message in the output that was triggered.

Last updated