Articles on: Blocks Creator
This article is also available in:

🟦 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 delay or duration).


πŸ’‘ Example of use


Scenario: Autosave confirmation


  1. The user fills out a form in an application.
  2. The system detects a modification and triggers an automatic save.
  3. The flow activates the Notification block with the text "Backup completed".
  4. Notification is configured with:
    • duration = 1.5 seconds
    • alignScreen = bottomRight
  1. The notification appears briefly at the bottom right of the screen while the user continues typing.


βš™οΈ Technical Details

  • Localization: The text and image fields use Celestory's localization system to facilitate translations.
  • Flexibility: Positioning options allow for discreet or highly visible notifications as needed.
  • Continuous flow: The out output is activated immediately, allowing a smooth sequence of actions without waiting for the display to end.

Updated on: 04/03/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!