Display Notification
Overview
Floats in the corner of the page to display global notification messages.
Parameter Configuration
| Parameter | Description |
|---|---|
| Title | Title content, expressions can be used to obtain context variables for dynamic content. |
| Content | Notification content text, expressions can be used to obtain context variables for dynamic content. |
| Style | Type of notification. Supports 4 styles: Success, Warning, Info, and Error. |
| Position | Display position of the notification. Supports Top Right, Top Left, Bottom Right, and Bottom Left. |
Usage Scenarios
- Notify users of execution results after some business operations are completed.

