From 8be2eac5b7a68e81a81fde64c7a0ec2e8d4264fb Mon Sep 17 00:00:00 2001 From: zhaolinglan Date: Tue, 7 Feb 2023 15:04:00 +0800 Subject: [PATCH] add doc Signed-off-by: zhaolinglan --- .../apis/js-apis-inputmethod-InputMethodCommon.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 0ca983f04d..4e287e70bd 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 @@ -5,7 +5,7 @@ 输入法框架接口定义的公共属性信息。 -## MediaType8+ +## Direction 光标移动方向类型枚举。 @@ -35,6 +35,7 @@ **系统能力:** SystemCapability.MiscServices.InputMethodFramework -| 名称 | 类型 | 可读 | 可写 | 说明 | -| --------- | --------- | ---- | ---- | ---------------------------------- | -| direction | Direction | 是 | 是 | 进行选中文本动作时光标移动的方向。 | +| 名称 | 类型 | 可读 | 可写 | 说明 | +| --------- | ----------------------- | ---- | ---- | ---------------------------------- | +| direction | [Direction](#Direction) | 是 | 是 | 进行选中文本动作时光标移动的方向。 | + -- GitLab