定义 GUI 事件绑定。
Defines a GUI event binding.
事件触发时要执行的操作。
The action to perform when the event is triggered.
要绑定的事件名称(例如 'click')。
The name of the event to bind (e.g., 'click').
Optional
用于目标元素的 CSS 选择器。
The CSS selector for the target element.
Zh
定义 GUI 事件绑定。
En
Defines a GUI event binding.