Adds an event handler that runs when the element is clicked.
An element receives a click
event when a user clicks on the element
and releases.
You can also define an event handler using the Properties and Events panel.
This will automatically add the required code for the selected element and event:
1
handler(event: Event): void The name of the function or the function expression to run when the element is clicked.