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

!6529 组件TextPicker接口中参数个数与参数的类型与dts文件不一致

Merge pull request !6529 from 张修齐/master
......@@ -18,15 +18,16 @@
## 接口
TextPicker(value: {range: string[], selected?: number})
TextPicker(value: {range: string[] | Resource, value?: string, selected?: number})
根据range指定的选择范围创建文本选择器。
- 参数
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| -------- | -------- | -------- | -------- | -------- |
| range | string[] | 是 | - | 选择器的数据选择范围。 |
| selected | number | 否 | 第一个元素 | 选中项在数组中的index值。 |
| range | string[]\| [Resource](../../ui/ts-types.md#resource类型) | 是 | - | 选择器的数据选择范围。 |
| value | string | 否 | - | 搜索文本值。 |
| selected | number | 否 | 第一个元素 | 选中项在数组中的index值。 |
## 属性
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册