Open Alert Modal

Overview

The Open Alert Modal interaction displays essential information to the user within a modal window. This is a way to notify users about critical updates, potential issues, or required actions.

When to Use Alert Modals

Use an alert modal for these types of messages:

  • Neutral/General Information: Notify users of changes or updates.

  • Warning: Deliver critical information to help users avoid problems.

  • Error: Inform users of critical errors that block progress and require action to resolve

Configuration

Accessing the Alert Modal action

Label

The text displayed in the modal's header.

Any text string.

Message

The main content message displayed in the alert modal.

Any text string.

Variant

Determines the appearance of the alert modal. Controls whether the header is displayed.

With Header, Without Header (or similar, depending on your actual implementation)

Theme

Sets the color theme for the header (if a header is displayed).

Default, Shade, Inverse, Alt Inverse, Success, Info, Warning, Error, Offline

On Close

Allows you to define a subsequent interaction that triggers when the user closes the alert modal.

This likely refers to configuring another interaction (e.g., Navigate, Show Toast, etc.). This is not a simple text value.

Last updated

Was this helpful?