Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 687 Bytes

ShowNotificationEffectProps.md

File metadata and controls

12 lines (9 loc) · 687 Bytes

TalonOne.Model.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
NotificationType string The type of notification that should be shown (e.g. error/warning/info).
Title string Title of the notification.
Body string Body of the notification.

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