events

Type: Array of JSON objects
Required: No

"events": [
   {
      "name": ".onMyCustomEvent",
      "displayName": ".onMyCustomEvent",
      "visible": true,
      "displayPriority": 30,
      "category": "Control",
      "description": "This is a sample for a framework control event.",
      "heritable": true,
      "allowsPreventDefault": false
   }
]

This property defines events that can be configured through the Engineering and are triggered in this framework control. An event is used to notify engineering that a specific event has occurred in the control. The HMI developer in engineering has the option to respond to this event accordingly. Triggering of an event is implemented in Source.js.

An event object contains the following properties:

The event configured above is displayed in the Engineering as follows:

events 1: