Notification

Notification displays a global notification message at the corner of the page.

Similar to a Message, you can customize the notification by clicking on "Edit Notification". You will also need an interaction to trigger the notification to open.

Properties

Position: Choose to display the message on the top-right, top-left, bottom-right, or bottom-left of the screen

Duration: How long the notification will be displayed on the screen

Offset top: Offset from the top edge of the screen in pixels.

Show close icon: When toggled on, users will be able to close the message manually.

Z-index: Set the z-index of the message. See CSS doc for more.

See Tooltip for tooltip configurations.

Supported Events

Click Notification: Triggered when a user clicks on the notification.

Close Notification: Triggered when a user closes the notification.

Supported Actions

Show Notification: Display notification on the screen.

Close Notification: Close notification.

Set Data: Change element data. See Data Store.

Set Loading: Set loading animation. See Set loading animations.

Visit Interactions for more on events and actions.

Last updated