1# Universal Events
2
3
4Unlike private events, universal events can be bound to most components. (If a keyup event needs to be triggered to respond to the input of carriage return and space characters on the keyboard, add the click event to the outermost component.)
5
6> **NOTE**
7>
8>The APIs of this module are supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.
9
10| Name| Parameter| Description|
11| -------- | -------- | -------- |
12| click | - | Triggered when a component is clicked.|
13