未验证 提交 e1ea1195 编写于 作者: O openharmony_ci 提交者: Gitee

!23548 【轻量级 PR】:update zh-cn/application-dev/reference/arkui-ts/ts-universal-events-touch.md.

Merge pull request !23548 from 田雨/N/A
......@@ -22,7 +22,7 @@
| touches | Array<[TouchObject](#touchobject对象说明)> | 全部手指信息。 |
| changedTouches | Array<[TouchObject](#touchobject对象说明)> | 当前发生变化的手指信息。 |
| stopPropagation | () => void | 阻塞事件冒泡。 |
| timestamp<sup>8+</sup> | number | 事件时间戳。触发事件时距离系统启动的时间间隔,单位秒。 |
| timestamp<sup>8+</sup> | number | 事件时间戳。触发事件时距离系统启动的时间间隔,单位秒。 |
| target<sup>8+</sup> | [EventTarget](ts-universal-events-click.md#eventtarget8对象说明) | 触发事件的元素对象显示区域。 |
| source<sup>8+</sup> | [SourceType](ts-gesture-settings.md#sourcetype枚举说明) | 事件输入设备。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册