__GetEvents
Introduction
Returns all event listeners of the Element in the form of an array.
Syntax
Parameters
Return Value
Returns an array of all event listeners for the current Element, where each element in the array is a map that describes a single event listener.
Example
The frontend framework can retrieve the event listeners of an Element as follows.