π¦ Notification
π¦ Notification
The Notification block allows you to notify the user of an event without interrupting their experience or requiring interaction. It displays a brief message or icon on the screen, which automatically disappears after a set time.
This block is ideal for communicating statuses ("Success", "Saving in progress"), confirmations ("Object found") or contextual advice ("Hint: Use this button").
π₯ Entries
- in (Flow): Entry point triggering the display of the notification.
- image (Localized Text/Image): Optional image or icon to display in the notification.
- text (Localized text): Message to display in the notification.
- delay (Number): Delay (in seconds) before the notification appears after it is triggered.
- duration (Number): Duration (in seconds) during which the notification remains visible.
- positionTarget (Dropdown list): Positioning of the notification:
screen: Compared to the full screen.block: Relative to a specific block (for advanced targeting).
- alignTargetX / alignTargetY (Dropdown lists): Horizontal alignment (
left,center,right) and vertical (top,center,bottom) if the positioning is targeted. - alignScreen (Dropdown list): Predefined layout on the screen (
topLeft,middleCenter,bottomRight, etc.).
π€ Outings
- out (Flux): Output point activated immediately after the display instruction (does not depend on
delayorduration).
π‘ Example of use
Scenario: Autosave confirmation
- The user fills out a form in an application.
- The system detects a modification and triggers an automatic save.
- The flow activates the Notification block with the text "Backup completed".
- Notification is configured with:
duration= 1.5 secondsalignScreen=bottomRight
- The notification appears briefly at the bottom right of the screen while the user continues typing.
βοΈ Technical Details
- Localization: The
textandimagefields use Celestory's localization system to facilitate translations. - Flexibility: Positioning options allow for discreet or highly visible notifications as needed.
- Continuous flow: The
outoutput is activated immediately, allowing a smooth sequence of actions without waiting for the display to end.
Updated on: 04/03/2026
Thank you!
