From 09946a3ae6df8ff0bfc352254bd99b759883ebfb Mon Sep 17 00:00:00 2001 From: zhaolinglan Date: Tue, 7 Feb 2023 16:42:59 +0800 Subject: [PATCH] add doc Signed-off-by: zhaolinglan --- .../reference/apis/js-apis-inputmethod-InputMethodCommon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md index 7753c89253..325d2f7aca 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md @@ -26,8 +26,8 @@ | 名称 | 类型 | 可读 | 可写 | 说明 | | ----- | ------ | ---- | ---- | ---------------------------------- | -| start | string | 是 | 是 | 选中文本的首字符在编辑框的索引值。 | -| end | string | 是 | 是 | 选中文本的末字符在编辑框的索引值。 | +| start | number | 是 | 是 | 选中文本的首字符在编辑框的索引值。 | +| end | number | 是 | 是 | 选中文本的末字符在编辑框的索引值。 | ## Movement -- GitLab