Fire Notification Event Action

The action module for this action is "vb/action/builtin/fireNotificationEventAction". This action is used to fire "vbNotification" events.

"vbNotification" events are just like custom events, except that they have a defined name and a suggested use. Notifications are generally intended to help implement a flexible message display, but the specific use can be defined by the application. See Custom Events for details.

"actions": {
  "fireNotification": {
    "module": "vb/action/builtin/fireNotificationEventAction",
    "parameters": {
       "summary": "[[ $page.variables.summary ]]",
       "message": "[[ $page.variables.message ]]",
       "displayMode": "persist",
       "type": "info"
    }
  }
}