The name of the event (case-sensitive), e.g. "click", "fire", or "submit"
A boolean indicating whether the event bubbles up through the tree or not
表示该事件是否进行冒泡。
当前目标。
事件阶段。
立即停止当前事件的传递,事件甚至不会被分派到所连接的当前目标。
停止传递当前事件。
最初事件触发的目标。
事件类型。
加速器事件类型。
目标阶段仅包括事件目标节点。
冒泡阶段, 包括回程遇到到层次根节点的任何后续节点。
捕获阶段,包括事件目标节点之前从根节点到最后一个节点的过程。
键盘事件类型。
鼠标事件类型。
尚未派发事件阶段。
没有类型的事件。
触摸事件类型。
获取当前目标节点
获取事件类型。
检查该事件是否已经停止传递。
重新初始化让对象池中取出的事件可再次使用。
The name of the event (case-sensitive), e.g. "click", "fire", or "submit"
A boolean indicating whether the event bubbles up through the tree or not
重置事件对象以便在对象池中存储。
Generated using TypeDoc
所有事件对象的基类,包含事件相关基本信息。