未验证 提交 4f69034d 编写于 作者: O openharmony_ci 提交者: Gitee

!15854 TextArea组件UX规格与特征动效整改DOC

Merge pull request !15854 from chensi10/textarea
......@@ -76,6 +76,18 @@ caretPosition(value: number): void
| ------ | -------- | ---- | -------------------------------------- |
| value | number | 是 | 从字符串开始到光标所在位置的字符长度。 |
### setTextSelection<sup>10+</sup>
setTextSelection(selectionStart: number, selectionEnd: number): void
设置文本选择范围。
**参数:**
| 参数名 | 参数类型 | 必填 | 参数描述 |
| -------------- | -------- | ---- | ------------------ |
| selectionStart | number | 是 | 选择范围起始位置。 |
| selectionEnd | number | 是 | 选择范围结束位置。 |
## 示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册