__GetEvents
Returns all event listeners of the Element in the form of an array.
Key | Description |
---|---|
element | Any Element object. |
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.
The frontend framework can retrieve the event listeners of an Element as follows.