“c58ce0a68732aa8cea187cee4b183b6b99fe2f80”上不存在“cmake/git@gitcode.net:s920243400/PaddleDetection.git”
提交 82f6a79d 编写于 作者: Z zhangkai

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

Signed-off-by: Nzhangkai <zhangkai351@huawei.com>
上级 bb4302a7
......@@ -33,7 +33,6 @@
- [颜色渐变](ts-universal-attributes-gradient-color.md)
- [Popup控制](ts-universal-attributes-popup.md)
- [Menu控制](ts-universal-attributes-menu.md)
- [点击控制](ts-universal-attributes-click.md)
- [焦点控制](ts-universal-attributes-focus.md)
- [悬浮态效果](ts-universal-attributes-hover-effect.md)
- [组件标识](ts-universal-attributes-component-id.md)
......@@ -168,3 +167,5 @@
- [类型定义](ts-types.md)
- 已停止维护的组件
- [GridContainer](ts-container-gridcontainer.md)
- 已停止维护的接口
- [点击控制](ts-universal-attributes-click.md)
......@@ -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.
先完成此消息的编辑!
想要评论请 注册