未验证 提交 496f7d5b 编写于 作者: Z zdk 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textarea.md.

Signed-off-by: Nzdk <dkzhuj@isoftstone.com>
上级 6748708f
......@@ -18,12 +18,13 @@
## 接口
TextArea(value?:{placeholder?: string, controller?: TextAreaController})
TextArea(value?:{placeholder?: string| Resource, text?: string| Resource, controller?: TextAreaController})
- 参数
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ----------------------- | ---------------------------------------- | ---- | ---- | -------------- |
| placeholder | string | 否 | - | 无输入时的提示文本。 |
| placeholder | string \|&nbsp;[Resource](../../ui/ts-types.md#resource类型) | 否 | - | 无输入时的提示文本。 |
| text | string \|&nbsp;[Resource](../../ui/ts-types.md#resource类型) | 否 | - | 设置提示文本的当前值。 |
| controller<sup>8+</sup> | [TextAreaController](#textareacontroller8) | 否 | - | 设置TextArea控制器。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册