提交 c08b7e0f 编写于 作者: Z zhangkai

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

Signed-off-by: Nzhangkai <zhangkai351@huawei.com>
上级 86ba20a2
......@@ -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,4 @@
- [类型定义](ts-types.md)
- 已停止维护的组件
- [GridContainer](ts-container-gridcontainer.md)
- [点击控制](ts-universal-attributes-click.md)
\ No newline at end of file
......@@ -12,7 +12,7 @@
| **名称** | **参数类型** | **描述** |
| ----------- | -------- | ------------------------ |
| touchable<sup>(deprecated)</sup> | boolean | 设置当前组件是否可以响应点击事件、触摸事件等手指交互事件。<br>默认值:true <br />**说明:**<br />从 API version 9 开始废弃,建议使用`hitTestBehavior`替代。|
| 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.
先完成此消息的编辑!
想要评论请 注册