Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 665 Bytes

ShowNotificationEffectProps.md

File metadata and controls

13 lines (9 loc) · 665 Bytes

ShowNotificationEffectProps

The properties specific to the "showNotification" effect. This gets triggered whenever a validated rule contained a "show notification" effect.

Properties

Name Type Description Notes
notification_type str The type of notification that should be shown (e.g. error/warning/info).
title str Title of the notification.
body str Body of the notification.

[Back to Model list] [Back to API list] [Back to README]