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 the Engineering that a specific event has occurred in the control. The HMI developer can respond to this event accordingly in the Engineering. 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: