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

!19569 touchable属性增加说明:API version 9开始废弃,建议使用`hitTestBehavior`替代。

Merge pull request !19569 from 张凯/zhangkaiB0613
......@@ -41,7 +41,6 @@
- [前景色设置](ts-universal-attributes-foreground-color.md)
- [点击回弹](ts-universal-attributes-click-effect.md)
- 触摸交互控制
- [点击控制](ts-universal-attributes-click.md)
- [触摸热区设置](ts-universal-attributes-touch-target.md)
- [触摸测试控制](ts-universal-attributes-hit-test-behavior.md)
- 模态转场设置
......@@ -183,3 +182,5 @@
- [类型定义](ts-types.md)
- 已停止维护的组件
- [GridContainer](ts-container-gridcontainer.md)
- 已停止维护的接口
- [点击控制](ts-universal-attributes-click.md)
\ No newline at end of file
......@@ -12,7 +12,7 @@
| **名称** | **参数类型** | **描述** |
| ----------- | -------- | ------------------------ |
| touchable | boolean | 设置当前组件是否可以响应点击事件、触摸事件等手指交互事件。<br>默认值:true |
| touchable<sup>(deprecated)</sup> | boolean | 设置当前组件是否可以响应点击事件、触摸事件等手指交互事件。<br>默认值:true <br />**说明:**<br />从 API version 9 开始废弃,建议使用[hitTestBehavior](ts-universal-attributes-hit-test-behavior.md)替代。|
## 示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册